Color Hex Logo

#215aba Color Hex

#215ABA
(33,90,186)
0 Favorites   0 Comments

Color spaces of #215aba

RGB 3390186
HSL0.600.700.43
HSV218°82°73°
CMYK 0.820.520.00   0.27
XYZ13.146311.180847.9196
Yxy11.18080.18200.1548
Hunter Lab33.437711.6627-61.5622
CIE-Lab39.883317.7017-55.7793

#215aba color RGB value is (33,90,186).

#215aba hex color red value is 33, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #215aba hue: 0.60 , saturation: 0.70 and the lightness value of 215aba is 0.43.

The process color (four color CMYK) of #215aba color hex is 0.82, 0.52, 0.00, 0.27. Web safe color of #215aba is #3366cc. Color #215aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 10111010
Octal 41 132 272
Decimal 33 90 186
Hex 21 5A BA

RGB Percentages of Color #215aba

%10.68
%29.13
%60.19

CMYK Percentages of Color #215aba

%82
%52
%0
%27

Triadic Colors of #215aba

#215aba #ba215a #5aba21

Analogous Colors of #215aba

#215aba #3421ba #21a7ba

Monochromatic Colors of #215aba

#215aba

Complementary Color

#215aba #ba8121

#215aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#215aba Color CSS Codes

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

#215aba Text Font Color

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

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


#215aba Background Color

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

This div background color is #215aba


#215aba Border Color

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

This div border color is #215aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215aba


Comments

No comments written yet.

Please login to write comment.