Color Hex Logo

#150aaa Color Hex

#150AAA
(21,10,170)
0 Favorites   0 Comments

Color spaces of #150aaa

RGB 2110170
HSL0.680.890.35
HSV244°94°67°
CMYK 0.880.940.00   0.33
XYZ7.67353.278838.2586
Yxy3.27880.15590.0666
Hunter Lab18.107543.9559-112.5965
CIE-Lab21.127656.0676-77.1171

#150aaa color RGB value is (21,10,170).

#150aaa hex color red value is 21, green value is 10 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #150aaa hue: 0.68 , saturation: 0.89 and the lightness value of 150aaa is 0.35.

The process color (four color CMYK) of #150aaa color hex is 0.88, 0.94, 0.00, 0.33. Web safe color of #150aaa is #000099. Color #150aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001010 10101010
Octal 25 12 252
Decimal 21 10 170
Hex 15 A AA

RGB Percentages of Color #150aaa

%10.45
%4.98
%84.58

CMYK Percentages of Color #150aaa

%88
%94
%0
%33

Triadic Colors of #150aaa

#150aaa #aa150a #0aaa15

Analogous Colors of #150aaa

#150aaa #650aaa #0a4faa

Monochromatic Colors of #150aaa

#150aaa

Complementary Color

#150aaa #9faa0a

#150aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#150aaa Color CSS Codes

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

#150aaa Text Font Color

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

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


#150aaa Background Color

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

This div background color is #150aaa


#150aaa Border Color

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

This div border color is #150aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,10,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 #150aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150aaa


Comments

No comments written yet.

Please login to write comment.