Color Hex Logo

#215e85 Color Hex

#215E85
(33,94,133)
0 Favorites   0 Comments

Color spaces of #215e85

RGB 3394133
HSL0.570.600.33
HSV203°75°52°
CMYK 0.750.290.00   0.48
XYZ8.863510.022223.6576
Yxy10.02220.20830.2356
Hunter Lab31.6579-5.4252-22.1463
CIE-Lab37.8822-5.5124-27.3353

#215e85 color RGB value is (33,94,133).

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

The process color (four color CMYK) of #215e85 color hex is 0.75, 0.29, 0.00, 0.48. Web safe color of #215e85 is #336699. Color #215e85 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011110 10000101
Octal 41 136 205
Decimal 33 94 133
Hex 21 5E 85

RGB Percentages of Color #215e85

%12.69
%36.15
%51.15

CMYK Percentages of Color #215e85

%75
%29
%0
%48

Triadic Colors of #215e85

#215e85 #85215e #5e8521

Analogous Colors of #215e85

#215e85 #212c85 #21857a

Monochromatic Colors of #215e85

#215e85

Complementary Color

#215e85 #854821

#215e85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215e85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215e85 Color CSS Codes

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

#215e85 Text Font Color

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

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


#215e85 Background Color

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

This div background color is #215e85


#215e85 Border Color

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

This div border color is #215e85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215e85


Comments

No comments written yet.

Please login to write comment.