Color Hex Logo

#08355a Color Hex

#08355A
(8,53,90)
0 Favorites   0 Comments

Color spaces of #08355a

RGB 85390
HSL0.580.840.19
HSV207°91°35°
CMYK 0.910.410.00   0.65
XYZ3.21873.336010.1471
Yxy3.33600.19270.1997
Hunter Lab18.2647-0.5071-20.1537
CIE-Lab21.34220.8070-26.2925

#08355a color RGB value is (8,53,90).

#08355a hex color red value is 8, green value is 53 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #08355a hue: 0.58 , saturation: 0.84 and the lightness value of 08355a is 0.19.

The process color (four color CMYK) of #08355a color hex is 0.91, 0.41, 0.00, 0.65. Web safe color of #08355a is #003366. Color #08355a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00110101 01011010
Octal 10 65 132
Decimal 8 53 90
Hex 8 35 5A

RGB Percentages of Color #08355a

%5.30
%35.10
%59.60

CMYK Percentages of Color #08355a

%91
%41
%0
%65

Triadic Colors of #08355a

#08355a #5a0835 #355a08

Analogous Colors of #08355a

#08355a #080c5a #085a56

Monochromatic Colors of #08355a

#08355a

Complementary Color

#08355a #5a2d08

#08355a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08355a Color Preview on White Background

Lorem ipsum dolor sit amet.

#08355a Color CSS Codes

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

#08355a Text Font Color

<p style="color:#08355a">Text here</p>

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


#08355a Background Color

<div style="background-color:#08355a">
Div content here</div>

This div background color is #08355a


#08355a Border Color

<div style="border:3px solid #08355a">
Div here</div>

This div border color is #08355a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,53,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08355a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08355a;
  -webkit-box-shadow: 1px 1px 3px 2px #08355a;
  box-shadow:         1px 1px 3px 2px #08355a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08355a


Comments

No comments written yet.

Please login to write comment.