Color Hex Logo

#150daa Color Hex

#150DAA
(21,13,170)
0 Favorites   0 Comments

Color spaces of #150daa

RGB 2113170
HSL0.680.860.36
HSV243°92°67°
CMYK 0.880.920.00   0.33
XYZ7.70893.349638.2704
Yxy3.34960.15630.0679
Hunter Lab18.301943.1572-111.1676
CIE-Lab21.392955.2557-76.6741

#150daa color RGB value is (21,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001101 10101010
Octal 25 15 252
Decimal 21 13 170
Hex 15 D AA

RGB Percentages of Color #150daa

%10.29
%6.37
%83.33

CMYK Percentages of Color #150daa

%88
%92
%0
%33

Triadic Colors of #150daa

#150daa #aa150d #0daa15

Analogous Colors of #150daa

#150daa #630daa #0d54aa

Monochromatic Colors of #150daa

#150daa

Complementary Color

#150daa #a2aa0d

#150daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#150daa Color CSS Codes

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

#150daa Text Font Color

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

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


#150daa Background Color

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

This div background color is #150daa


#150daa Border Color

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

This div border color is #150daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150daa


Comments

No comments written yet.

Please login to write comment.