Color Hex Logo

#08153b Color Hex

#08153B
(8,21,59)
0 Favorites   0 Comments

Color spaces of #08153b

RGB 82159
HSL0.620.760.13
HSV225°86°23°
CMYK 0.860.640.00   0.77
XYZ1.15770.90374.2511
Yxy0.90370.18340.1432
Hunter Lab9.50635.1021-19.8593
CIE-Lab8.162010.8953-26.1904

#08153b color RGB value is (8,21,59).

#08153b hex color red value is 8, green value is 21 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #08153b hue: 0.62 , saturation: 0.76 and the lightness value of 08153b is 0.13.

The process color (four color CMYK) of #08153b color hex is 0.86, 0.64, 0.00, 0.77. Web safe color of #08153b is #000033. Color #08153b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010101 00111011
Octal 10 25 73
Decimal 8 21 59
Hex 8 15 3B

RGB Percentages of Color #08153b

%9.09
%23.86
%67.05

CMYK Percentages of Color #08153b

%86
%64
%0
%77

Triadic Colors of #08153b

#08153b #3b0815 #153b08

Analogous Colors of #08153b

#08153b #15083b #082f3b

Monochromatic Colors of #08153b

#08153b

Complementary Color

#08153b #3b2e08

#08153b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08153b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08153b Color CSS Codes

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

#08153b Text Font Color

<p style="color:#08153b">Text here</p>

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


#08153b Background Color

<div style="background-color:#08153b">
Div content here</div>

This div background color is #08153b


#08153b Border Color

<div style="border:3px solid #08153b">
Div here</div>

This div border color is #08153b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08153b


Comments

No comments written yet.

Please login to write comment.