Color Hex Logo

#215892 Color Hex

#215892
(33,88,146)
0 Favorites   0 Comments

Color spaces of #215892

RGB 3388146
HSL0.590.630.35
HSV211°77°57°
CMYK 0.770.400.00   0.43
XYZ9.30529.378128.5138
Yxy9.37810.19720.1987
Hunter Lab30.62370.6469-33.7685
CIE-Lab36.70233.2791-37.0903

#215892 color RGB value is (33,88,146).

#215892 hex color red value is 33, green value is 88 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #215892 hue: 0.59 , saturation: 0.63 and the lightness value of 215892 is 0.35.

The process color (four color CMYK) of #215892 color hex is 0.77, 0.40, 0.00, 0.43. Web safe color of #215892 is #336699. Color #215892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011000 10010010
Octal 41 130 222
Decimal 33 88 146
Hex 21 58 92

RGB Percentages of Color #215892

%12.36
%32.96
%54.68

CMYK Percentages of Color #215892

%77
%40
%0
%43

Triadic Colors of #215892

#215892 #922158 #589221

Analogous Colors of #215892

#215892 #222192 #219192

Monochromatic Colors of #215892

#215892

Complementary Color

#215892 #925b21

#215892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215892 Color CSS Codes

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

#215892 Text Font Color

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

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


#215892 Background Color

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

This div background color is #215892


#215892 Border Color

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

This div border color is #215892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215892


Comments

No comments written yet.

Please login to write comment.