Color Hex Logo

#215997 Color Hex

#215997
(33,89,151)
0 Favorites   0 Comments

Color spaces of #215997

RGB 3389151
HSL0.590.640.36
HSV212°78°59°
CMYK 0.780.410.00   0.41
XYZ9.78559.702530.6352
Yxy9.70250.19520.1936
Hunter Lab31.14881.5658-36.5081
CIE-Lab37.30314.5880-39.1521

#215997 color RGB value is (33,89,151).

#215997 hex color red value is 33, green value is 89 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #215997 hue: 0.59 , saturation: 0.64 and the lightness value of 215997 is 0.36.

The process color (four color CMYK) of #215997 color hex is 0.78, 0.41, 0.00, 0.41. Web safe color of #215997 is #336699. Color #215997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011001 10010111
Octal 41 131 227
Decimal 33 89 151
Hex 21 59 97

RGB Percentages of Color #215997

%12.09
%32.60
%55.31

CMYK Percentages of Color #215997

%78
%41
%0
%41

Triadic Colors of #215997

#215997 #972159 #599721

Analogous Colors of #215997

#215997 #242197 #219497

Monochromatic Colors of #215997

#215997

Complementary Color

#215997 #975f21

#215997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215997 Color CSS Codes

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

#215997 Text Font Color

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

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


#215997 Background Color

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

This div background color is #215997


#215997 Border Color

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

This div border color is #215997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215997


Comments

No comments written yet.

Please login to write comment.