Color Hex Logo

#152caa Color Hex

#152CAA
(21,44,170)
0 Favorites   0 Comments

Color spaces of #152caa

RGB 2144170
HSL0.640.780.37
HSV231°88°67°
CMYK 0.880.740.00   0.33
XYZ8.46564.863138.5227
Yxy4.86310.16330.0938
Hunter Lab22.052429.9317-88.1351
CIE-Lab26.341140.7888-68.4522

#152caa color RGB value is (21,44,170).

#152caa hex color red value is 21, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #152caa hue: 0.64 , saturation: 0.78 and the lightness value of 152caa is 0.37.

The process color (four color CMYK) of #152caa color hex is 0.88, 0.74, 0.00, 0.33. Web safe color of #152caa is #003399. Color #152caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00101100 10101010
Octal 25 54 252
Decimal 21 44 170
Hex 15 2C AA

RGB Percentages of Color #152caa

%8.94
%18.72
%72.34

CMYK Percentages of Color #152caa

%88
%74
%0
%33

Triadic Colors of #152caa

#152caa #aa152c #2caa15

Analogous Colors of #152caa

#152caa #4915aa #1577aa

Monochromatic Colors of #152caa

#152caa

Complementary Color

#152caa #aa9315

#152caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#152caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#152caa Color CSS Codes

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

#152caa Text Font Color

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

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


#152caa Background Color

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

This div background color is #152caa


#152caa Border Color

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

This div border color is #152caa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,44,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #152caa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #152caa;
  -webkit-box-shadow: 1px 1px 3px 2px #152caa;
  box-shadow:         1px 1px 3px 2px #152caa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,44,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #152caa


Comments

No comments written yet.

Please login to write comment.