Color Hex Logo

#217fdc Color Hex

#217FDC
(33,127,220)
0 Favorites   0 Comments

Color spaces of #217fdc

RGB 33127220
HSL0.580.740.50
HSV210°85°86°
CMYK 0.850.420.00   0.14
XYZ21.134820.669470.5858
Yxy20.66940.18800.1839
Hunter Lab45.46363.4185-60.2278
CIE-Lab52.58587.2885-54.8429

#217fdc color RGB value is (33,127,220).

#217fdc hex color red value is 33, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #217fdc hue: 0.58 , saturation: 0.74 and the lightness value of 217fdc is 0.50.

The process color (four color CMYK) of #217fdc color hex is 0.85, 0.42, 0.00, 0.14. Web safe color of #217fdc is #3366cc. Color #217fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111111 11011100
Octal 41 177 334
Decimal 33 127 220
Hex 21 7F DC

RGB Percentages of Color #217fdc

%8.68
%33.42
%57.89

CMYK Percentages of Color #217fdc

%85
%42
%0
%14

Triadic Colors of #217fdc

#217fdc #dc217f #7fdc21

Analogous Colors of #217fdc

#217fdc #2121dc #21dcdc

Monochromatic Colors of #217fdc

#217fdc

Complementary Color

#217fdc #dc7e21

#217fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#217fdc Color CSS Codes

.mybgcolor {background-color:#217fdc; } 
.myforecolor {color:#217fdc; }
.mybordercolor {border:3px solid #217fdc; }

#217fdc Text Font Color

<p style="color:#217fdc">Text here</p>

This sample text font color is #217fdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#217fdc Background Color

<div style="background-color:#217fdc">
Div content here</div>

This div background color is #217fdc


#217fdc Border Color

<div style="border:3px solid #217fdc">
Div here</div>

This div border color is #217fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,127,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #217fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #217fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #217fdc;
  box-shadow:         1px 1px 3px 2px #217fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(33,127,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #217fdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #217fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #217fdc;
  box-shadow:         1px 1px 3px 2px #217fdc;">
Div content here</div>

This div box has shadow with color #217fdc


Comments

No comments written yet.

Please login to write comment.