Color Hex Logo

#150bad Color Hex

#150BAD
(21,11,173)
0 Favorites   0 Comments

Color spaces of #150bad

RGB 2111173
HSL0.680.880.36
HSV244°94°68°
CMYK 0.880.940.00   0.32
XYZ7.97183.415939.7743
Yxy3.41590.15580.0668
Hunter Lab18.482244.6476-114.6568
CIE-Lab21.638056.6321-78.0767

#150bad color RGB value is (21,11,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001011 10101101
Octal 25 13 255
Decimal 21 11 173
Hex 15 B AD

RGB Percentages of Color #150bad

%10.24
%5.37
%84.39

CMYK Percentages of Color #150bad

%88
%94
%0
%32

Triadic Colors of #150bad

#150bad #ad150b #0bad15

Analogous Colors of #150bad

#150bad #660bad #0b52ad

Monochromatic Colors of #150bad

#150bad

Complementary Color

#150bad #a3ad0b

#150bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#150bad Color CSS Codes

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

#150bad Text Font Color

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

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


#150bad Background Color

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

This div background color is #150bad


#150bad Border Color

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

This div border color is #150bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150bad


Comments

No comments written yet.

Please login to write comment.