Color Hex Logo

#214855 Color Hex

#214855
(33,72,85)
0 Favorites   0 Comments

Color spaces of #214855

RGB 337285
HSL0.540.440.23
HSV195°61°33°
CMYK 0.610.150.00   0.67
XYZ4.58435.61399.4363
Yxy5.61390.23350.2859
Hunter Lab23.6937-6.9274-7.0274
CIE-Lab28.4167-9.4470-11.9264

#214855 color RGB value is (33,72,85).

#214855 hex color red value is 33, green value is 72 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #214855 hue: 0.54 , saturation: 0.44 and the lightness value of 214855 is 0.23.

The process color (four color CMYK) of #214855 color hex is 0.61, 0.15, 0.00, 0.67. Web safe color of #214855 is #333366. Color #214855 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01001000 01010101
Octal 41 110 125
Decimal 33 72 85
Hex 21 48 55

RGB Percentages of Color #214855

%17.37
%37.89
%44.74

CMYK Percentages of Color #214855

%61
%15
%0
%67

Triadic Colors of #214855

#214855 #552148 #485521

Analogous Colors of #214855

#214855 #212e55 #215548

Monochromatic Colors of #214855

#214855

Complementary Color

#214855 #552e21

#214855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#214855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#214855 Color CSS Codes

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

#214855 Text Font Color

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

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


#214855 Background Color

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

This div background color is #214855


#214855 Border Color

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

This div border color is #214855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #214855


Comments

No comments written yet.

Please login to write comment.