Color Hex Logo

#215ab5 Color Hex

#215AB5
(33,90,181)
0 Favorites   0 Comments

Color spaces of #215ab5

RGB 3390181
HSL0.600.690.42
HSV217°82°71°
CMYK 0.820.500.00   0.29
XYZ12.623910.971945.1685
Yxy10.97190.18360.1596
Hunter Lab33.123910.0617-57.6626
CIE-Lab39.533115.7398-53.4142

#215ab5 color RGB value is (33,90,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100001 01011010 10110101
Octal 41 132 265
Decimal 33 90 181
Hex 21 5A B5

RGB Percentages of Color #215ab5

%10.86
%29.61
%59.54

CMYK Percentages of Color #215ab5

%82
%50
%0
%29

Triadic Colors of #215ab5

#215ab5 #b5215a #5ab521

Analogous Colors of #215ab5

#215ab5 #3221b5 #21a4b5

Monochromatic Colors of #215ab5

#215ab5

Complementary Color

#215ab5 #b57c21

#215ab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#215ab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#215ab5 Color CSS Codes

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

#215ab5 Text Font Color

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

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


#215ab5 Background Color

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

This div background color is #215ab5


#215ab5 Border Color

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

This div border color is #215ab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #215ab5


Comments

No comments written yet.

Please login to write comment.