Color Hex Logo

#150bdd Color Hex

#150BDD
(21,11,221)
0 Favorites   0 Comments

Color spaces of #150bdd

RGB 2111221
HSL0.670.910.45
HSV243°95°87°
CMYK 0.900.950.00   0.13
XYZ13.48015.619268.7808
Yxy5.61920.15340.0639
Hunter Lab23.704960.0231-155.4395
CIE-Lab28.430769.2369-95.0014

#150bdd color RGB value is (21,11,221).

#150bdd hex color red value is 21, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #150bdd hue: 0.67 , saturation: 0.91 and the lightness value of 150bdd is 0.45.

The process color (four color CMYK) of #150bdd color hex is 0.90, 0.95, 0.00, 0.13. Web safe color of #150bdd is #0000cc. Color #150bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001011 11011101
Octal 25 13 335
Decimal 21 11 221
Hex 15 B DD

RGB Percentages of Color #150bdd

%8.30
%4.35
%87.35

CMYK Percentages of Color #150bdd

%90
%95
%0
%13

Triadic Colors of #150bdd

#150bdd #dd150b #0bdd15

Analogous Colors of #150bdd

#150bdd #7e0bdd #0b6add

Monochromatic Colors of #150bdd

#150bdd

Complementary Color

#150bdd #d3dd0b

#150bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#150bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#150bdd Color CSS Codes

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

#150bdd Text Font Color

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

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


#150bdd Background Color

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

This div background color is #150bdd


#150bdd Border Color

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

This div border color is #150bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #150bdd


Comments

No comments written yet.

Please login to write comment.