Color Hex Logo

#217bd4 Color Hex

#217BD4
(33,123,212)
0 Favorites   0 Comments

Color spaces of #217bd4

RGB 33123212
HSL0.580.730.48
HSV210°84°83°
CMYK 0.840.420.00   0.17
XYZ19.593819.242764.9689
Yxy19.24270.18880.1854
Hunter Lab43.86652.9640-57.1055
CIE-Lab50.97006.7044-52.9099

#217bd4 color RGB value is (33,123,212).

#217bd4 hex color red value is 33, green value is 123 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #217bd4 hue: 0.58 , saturation: 0.73 and the lightness value of 217bd4 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01111011 11010100
Octal 41 173 324
Decimal 33 123 212
Hex 21 7B D4

RGB Percentages of Color #217bd4

%8.97
%33.42
%57.61

CMYK Percentages of Color #217bd4

%84
%42
%0
%17

Triadic Colors of #217bd4

#217bd4 #d4217b #7bd421

Analogous Colors of #217bd4

#217bd4 #2122d4 #21d4d4

Monochromatic Colors of #217bd4

#217bd4

Complementary Color

#217bd4 #d47a21

#217bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#217bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#217bd4 Color CSS Codes

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

#217bd4 Text Font Color

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

This sample text font color is #217bd4
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.


#217bd4 Background Color

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

This div background color is #217bd4


#217bd4 Border Color

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

This div border color is #217bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #217bd4


Comments

No comments written yet.

Please login to write comment.