Color Hex Logo

#214782 Color Hex

#214782
(33,71,130)
0 Favorites   0 Comments

Color spaces of #214782

RGB 3371130
HSL0.600.600.32
HSV216°75°51°
CMYK 0.750.450.00   0.49
XYZ6.90976.441521.9982
Yxy6.44150.19550.1822
Hunter Lab25.38014.1812-33.6235
CIE-Lab30.50018.2468-37.1836

#214782 color RGB value is (33,71,130).

#214782 hex color red value is 33, green value is 71 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #214782 hue: 0.60 , saturation: 0.60 and the lightness value of 214782 is 0.32.

The process color (four color CMYK) of #214782 color hex is 0.75, 0.45, 0.00, 0.49. Web safe color of #214782 is #333399. Color #214782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01000111 10000010
Octal 41 107 202
Decimal 33 71 130
Hex 21 47 82

RGB Percentages of Color #214782

%14.10
%30.34
%55.56

CMYK Percentages of Color #214782

%75
%45
%0
%49

Triadic Colors of #214782

#214782 #822147 #478221

Analogous Colors of #214782

#214782 #2c2182 #217882

Monochromatic Colors of #214782

#214782

Complementary Color

#214782 #825c21

#214782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214782 Color CSS Codes

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

#214782 Text Font Color

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

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


#214782 Background Color

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

This div background color is #214782


#214782 Border Color

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

This div border color is #214782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214782


Comments

No comments written yet.

Please login to write comment.