Color Hex Logo

#215088 Color Hex

#215088
(33,80,136)
0 Favorites   0 Comments

Color spaces of #215088

RGB 3380136
HSL0.590.610.33
HSV213°76°53°
CMYK 0.760.410.00   0.47
XYZ7.93987.838224.3870
Yxy7.83820.19770.1952
Hunter Lab27.99681.6277-32.0477
CIE-Lab33.64364.5905-35.8665

#215088 color RGB value is (33,80,136).

#215088 hex color red value is 33, green value is 80 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #215088 hue: 0.59 , saturation: 0.61 and the lightness value of 215088 is 0.33.

The process color (four color CMYK) of #215088 color hex is 0.76, 0.41, 0.00, 0.47. Web safe color of #215088 is #336699. Color #215088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01010000 10001000
Octal 41 120 210
Decimal 33 80 136
Hex 21 50 88

RGB Percentages of Color #215088

%13.25
%32.13
%54.62

CMYK Percentages of Color #215088

%76
%41
%0
%47

Triadic Colors of #215088

#215088 #882150 #508821

Analogous Colors of #215088

#215088 #262188 #218488

Monochromatic Colors of #215088

#215088

Complementary Color

#215088 #885921

#215088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215088 Color CSS Codes

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

#215088 Text Font Color

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

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


#215088 Background Color

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

This div background color is #215088


#215088 Border Color

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

This div border color is #215088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215088


Comments

No comments written yet.

Please login to write comment.