Color Hex Logo

#08375e Color Hex

#08375E
(8,55,94)
0 Favorites   0 Comments

Color spaces of #08375e

RGB 85594
HSL0.580.840.20
HSV207°91°37°
CMYK 0.910.410.00   0.63
XYZ3.48673.592211.0993
Yxy3.59220.19180.1976
Hunter Lab18.9531-0.3302-21.4542
CIE-Lab22.27471.1583-27.4368

#08375e color RGB value is (8,55,94).

#08375e hex color red value is 8, green value is 55 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #08375e hue: 0.58 , saturation: 0.84 and the lightness value of 08375e is 0.20.

The process color (four color CMYK) of #08375e color hex is 0.91, 0.41, 0.00, 0.63. Web safe color of #08375e is #003366. Color #08375e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110111 01011110
Octal 10 67 136
Decimal 8 55 94
Hex 8 37 5E

RGB Percentages of Color #08375e

%5.10
%35.03
%59.87

CMYK Percentages of Color #08375e

%91
%41
%0
%63

Triadic Colors of #08375e

#08375e #5e0837 #375e08

Analogous Colors of #08375e

#08375e #080c5e #085e5a

Monochromatic Colors of #08375e

#08375e

Complementary Color

#08375e #5e2f08

#08375e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08375e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08375e Color CSS Codes

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

#08375e Text Font Color

<p style="color:#08375e">Text here</p>

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


#08375e Background Color

<div style="background-color:#08375e">
Div content here</div>

This div background color is #08375e


#08375e Border Color

<div style="border:3px solid #08375e">
Div here</div>

This div border color is #08375e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,55,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08375e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08375e;
  -webkit-box-shadow: 1px 1px 3px 2px #08375e;
  box-shadow:         1px 1px 3px 2px #08375e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08375e


Comments

No comments written yet.

Please login to write comment.