Color Hex Logo

#15089c Color Hex

#15089C
(21,8,156)
0 Favorites   0 Comments

Color spaces of #15089c

RGB 218156
HSL0.680.900.32
HSV245°95°61°
CMYK 0.870.950.00   0.39
XYZ6.39682.733431.6429
Yxy2.73340.15690.0670
Hunter Lab16.533040.1309-101.9035
CIE-Lab18.942952.7655-72.2291

#15089c color RGB value is (21,8,156).

#15089c hex color red value is 21, green value is 8 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #15089c hue: 0.68 , saturation: 0.90 and the lightness value of 15089c is 0.32.

The process color (four color CMYK) of #15089c color hex is 0.87, 0.95, 0.00, 0.39. Web safe color of #15089c is #000099. Color #15089c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00001000 10011100
Octal 25 10 234
Decimal 21 8 156
Hex 15 8 9C

RGB Percentages of Color #15089c

%11.35
%4.32
%84.32

CMYK Percentages of Color #15089c

%87
%95
%0
%39

Triadic Colors of #15089c

#15089c #9c1508 #089c15

Analogous Colors of #15089c

#15089c #5f089c #08459c

Monochromatic Colors of #15089c

#15089c

Complementary Color

#15089c #8f9c08

#15089c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#15089c Color Preview on White Background

Lorem ipsum dolor sit amet.

#15089c Color CSS Codes

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

#15089c Text Font Color

<p style="color:#15089c">Text here</p>

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


#15089c Background Color

<div style="background-color:#15089c">
Div content here</div>

This div background color is #15089c


#15089c Border Color

<div style="border:3px solid #15089c">
Div here</div>

This div border color is #15089c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,8,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #15089c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #15089c;
  -webkit-box-shadow: 1px 1px 3px 2px #15089c;
  box-shadow:         1px 1px 3px 2px #15089c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #15089c


Comments

No comments written yet.

Please login to write comment.