Color Hex Logo

#214276 Color Hex

#214276
(33,66,118)
0 Favorites   0 Comments

Color spaces of #214276

RGB 3366118
HSL0.600.560.30
HSV217°72°46°
CMYK 0.720.440.00   0.54
XYZ5.84545.527817.8984
Yxy5.52780.19970.1888
Hunter Lab23.51133.2341-28.6777
CIE-Lab28.18846.8938-33.3720

#214276 color RGB value is (33,66,118).

#214276 hex color red value is 33, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #214276 hue: 0.60 , saturation: 0.56 and the lightness value of 214276 is 0.30.

The process color (four color CMYK) of #214276 color hex is 0.72, 0.44, 0.00, 0.54. Web safe color of #214276 is #333366. Color #214276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000010 01110110
Octal 41 102 166
Decimal 33 66 118
Hex 21 42 76

RGB Percentages of Color #214276

%15.21
%30.41
%54.38

CMYK Percentages of Color #214276

%72
%44
%0
%54

Triadic Colors of #214276

#214276 #762142 #427621

Analogous Colors of #214276

#214276 #2b2176 #216d76

Monochromatic Colors of #214276

#214276

Complementary Color

#214276 #765521

#214276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214276 Color CSS Codes

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

#214276 Text Font Color

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

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


#214276 Background Color

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

This div background color is #214276


#214276 Border Color

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

This div border color is #214276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,66,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #214276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #214276;
  -webkit-box-shadow: 1px 1px 3px 2px #214276;
  box-shadow:         1px 1px 3px 2px #214276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214276


Comments

No comments written yet.

Please login to write comment.