Color Hex Logo

#215583 Color Hex

#215583
(33,85,131)
0 Favorites   0 Comments

Color spaces of #215583

RGB 3385131
HSL0.580.600.32
HSV208°75°51°
CMYK 0.750.350.00   0.49
XYZ7.97248.459022.6853
Yxy8.45900.20380.2163
Hunter Lab29.0844-1.9685-25.8861
CIE-Lab34.9211-0.6171-30.7705

#215583 color RGB value is (33,85,131).

#215583 hex color red value is 33, green value is 85 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #215583 hue: 0.58 , saturation: 0.60 and the lightness value of 215583 is 0.32.

The process color (four color CMYK) of #215583 color hex is 0.75, 0.35, 0.00, 0.49. Web safe color of #215583 is #336699. Color #215583 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010101 10000011
Octal 41 125 203
Decimal 33 85 131
Hex 21 55 83

RGB Percentages of Color #215583

%13.25
%34.14
%52.61

CMYK Percentages of Color #215583

%75
%35
%0
%49

Triadic Colors of #215583

#215583 #832155 #558321

Analogous Colors of #215583

#215583 #212483 #218380

Monochromatic Colors of #215583

#215583

Complementary Color

#215583 #834f21

#215583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215583 Color CSS Codes

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

#215583 Text Font Color

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

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


#215583 Background Color

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

This div background color is #215583


#215583 Border Color

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

This div border color is #215583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215583


Comments

No comments written yet.

Please login to write comment.