Color Hex Logo

#215f74 Color Hex

#215F74
(33,95,116)
0 Favorites   0 Comments

Color spaces of #215f74

RGB 3395116
HSL0.540.560.29
HSV195°72°45°
CMYK 0.720.180.00   0.55
XYZ7.87189.768717.9937
Yxy9.76870.22090.2741
Hunter Lab31.2549-9.7395-12.2553
CIE-Lab37.4241-12.3303-17.6426

#215f74 color RGB value is (33,95,116).

#215f74 hex color red value is 33, green value is 95 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #215f74 hue: 0.54 , saturation: 0.56 and the lightness value of 215f74 is 0.29.

The process color (four color CMYK) of #215f74 color hex is 0.72, 0.18, 0.00, 0.55. Web safe color of #215f74 is #336666. Color #215f74 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011111 01110100
Octal 41 137 164
Decimal 33 95 116
Hex 21 5F 74

RGB Percentages of Color #215f74

%13.52
%38.93
%47.54

CMYK Percentages of Color #215f74

%72
%18
%0
%55

Triadic Colors of #215f74

#215f74 #74215f #5f7421

Analogous Colors of #215f74

#215f74 #213674 #21745f

Monochromatic Colors of #215f74

#215f74

Complementary Color

#215f74 #743621

#215f74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215f74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215f74 Color CSS Codes

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

#215f74 Text Font Color

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

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


#215f74 Background Color

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

This div background color is #215f74


#215f74 Border Color

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

This div border color is #215f74


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(33,95,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #215f74; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #215f74;
  -webkit-box-shadow: 1px 1px 3px 2px #215f74;
  box-shadow:         1px 1px 3px 2px #215f74; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215f74


Comments

No comments written yet.

Please login to write comment.