Color Hex Logo

#215e8a Color Hex

#215E8A
(33,94,138)
0 Favorites   0 Comments

Color spaces of #215e8a

RGB 3394138
HSL0.570.610.34
HSV205°76°54°
CMYK 0.760.320.00   0.46
XYZ9.217310.163725.5207
Yxy10.16370.20530.2264
Hunter Lab31.8806-4.1831-25.1458
CIE-Lab38.1346-3.6227-29.9770

#215e8a color RGB value is (33,94,138).

#215e8a hex color red value is 33, green value is 94 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #215e8a hue: 0.57 , saturation: 0.61 and the lightness value of 215e8a is 0.34.

The process color (four color CMYK) of #215e8a color hex is 0.76, 0.32, 0.00, 0.46. Web safe color of #215e8a is #336699. Color #215e8a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 10001010
Octal 41 136 212
Decimal 33 94 138
Hex 21 5E 8A

RGB Percentages of Color #215e8a

%12.45
%35.47
%52.08

CMYK Percentages of Color #215e8a

%76
%32
%0
%46

Triadic Colors of #215e8a

#215e8a #8a215e #5e8a21

Analogous Colors of #215e8a

#215e8a #21298a #218a82

Monochromatic Colors of #215e8a

#215e8a

Complementary Color

#215e8a #8a4d21

#215e8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215e8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#215e8a Color CSS Codes

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

#215e8a Text Font Color

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

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


#215e8a Background Color

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

This div background color is #215e8a


#215e8a Border Color

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

This div border color is #215e8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215e8a


Comments

No comments written yet.

Please login to write comment.