Color Hex Logo

#215679 Color Hex

#215679
(33,86,121)
0 Favorites   0 Comments

Color spaces of #215679

RGB 3386121
HSL0.570.570.30
HSV204°73°47°
CMYK 0.730.290.00   0.53
XYZ7.40628.359419.3123
Yxy8.35940.21110.2383
Hunter Lab28.9126-4.8729-19.3641
CIE-Lab34.7204-5.0614-24.9221

#215679 color RGB value is (33,86,121).

#215679 hex color red value is 33, green value is 86 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #215679 hue: 0.57 , saturation: 0.57 and the lightness value of 215679 is 0.30.

The process color (four color CMYK) of #215679 color hex is 0.73, 0.29, 0.00, 0.53. Web safe color of #215679 is #336666. Color #215679 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010110 01111001
Octal 41 126 171
Decimal 33 86 121
Hex 21 56 79

RGB Percentages of Color #215679

%13.75
%35.83
%50.42

CMYK Percentages of Color #215679

%73
%29
%0
%53

Triadic Colors of #215679

#215679 #792156 #567921

Analogous Colors of #215679

#215679 #212a79 #217970

Monochromatic Colors of #215679

#215679

Complementary Color

#215679 #794421

#215679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215679 Color CSS Codes

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

#215679 Text Font Color

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

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


#215679 Background Color

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

This div background color is #215679


#215679 Border Color

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

This div border color is #215679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215679


Comments

No comments written yet.

Please login to write comment.