Color Hex Logo

#215575 Color Hex

#215575
(33,85,117)
0 Favorites   0 Comments

Color spaces of #215575

RGB 3385117
HSL0.560.560.29
HSV203°72°46°
CMYK 0.720.270.00   0.54
XYZ7.08668.104718.0205
Yxy8.10470.21340.2440
Hunter Lab28.4688-5.3871-17.6020
CIE-Lab34.2000-5.9353-23.2559

#215575 color RGB value is (33,85,117).

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

The process color (four color CMYK) of #215575 color hex is 0.72, 0.27, 0.00, 0.54. Web safe color of #215575 is #336666. Color #215575 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010101 01110101
Octal 41 125 165
Decimal 33 85 117
Hex 21 55 75

RGB Percentages of Color #215575

%14.04
%36.17
%49.79

CMYK Percentages of Color #215575

%72
%27
%0
%54

Triadic Colors of #215575

#215575 #752155 #557521

Analogous Colors of #215575

#215575 #212b75 #21756b

Monochromatic Colors of #215575

#215575

Complementary Color

#215575 #754121

#215575 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215575 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215575 Color CSS Codes

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

#215575 Text Font Color

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

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


#215575 Background Color

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

This div background color is #215575


#215575 Border Color

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

This div border color is #215575


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215575


Comments

No comments written yet.

Please login to write comment.