Color Hex Logo

#08253b Color Hex

#08253B
(8,37,59)
0 Favorites   0 Comments

Color spaces of #08253b

RGB 83759
HSL0.570.760.13
HSV206°86°23°
CMYK 0.860.370.00   0.77
XYZ1.55111.69054.3822
Yxy1.69050.20350.2217
Hunter Lab13.0019-1.4587-10.8819
CIE-Lab13.7712-1.4995-17.2098

#08253b color RGB value is (8,37,59).

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

The process color (four color CMYK) of #08253b color hex is 0.86, 0.37, 0.00, 0.77. Web safe color of #08253b is #003333. Color #08253b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00100101 00111011
Octal 10 45 73
Decimal 8 37 59
Hex 8 25 3B

RGB Percentages of Color #08253b

%7.69
%35.58
%56.73

CMYK Percentages of Color #08253b

%86
%37
%0
%77

Triadic Colors of #08253b

#08253b #3b0825 #253b08

Analogous Colors of #08253b

#08253b #080c3b #083b38

Monochromatic Colors of #08253b

#08253b

Complementary Color

#08253b #3b1e08

#08253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#08253b Color CSS Codes

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

#08253b Text Font Color

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

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


#08253b Background Color

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

This div background color is #08253b


#08253b Border Color

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

This div border color is #08253b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,37,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 #08253b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08253b


Comments

No comments written yet.

Please login to write comment.