Color Hex Logo

#08485d Color Hex

#08485D
(8,72,93)
0 Favorites   0 Comments

Color spaces of #08485d

RGB 87293
HSL0.540.840.20
HSV195°91°36°
CMYK 0.910.230.00   0.64
XYZ4.39335.476711.1815
Yxy5.47670.20870.2602
Hunter Lab23.4024-7.4445-11.9468
CIE-Lab28.0519-10.4381-17.7062

#08485d color RGB value is (8,72,93).

#08485d hex color red value is 8, green value is 72 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #08485d hue: 0.54 , saturation: 0.84 and the lightness value of 08485d is 0.20.

The process color (four color CMYK) of #08485d color hex is 0.91, 0.23, 0.00, 0.64. Web safe color of #08485d is #003366. Color #08485d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001000 01011101
Octal 10 110 135
Decimal 8 72 93
Hex 8 48 5D

RGB Percentages of Color #08485d

%4.62
%41.62
%53.76

CMYK Percentages of Color #08485d

%91
%23
%0
%64

Triadic Colors of #08485d

#08485d #5d0848 #485d08

Analogous Colors of #08485d

#08485d #081d5d #085d48

Monochromatic Colors of #08485d

#08485d

Complementary Color

#08485d #5d1d08

#08485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08485d Color CSS Codes

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

#08485d Text Font Color

<p style="color:#08485d">Text here</p>

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


#08485d Background Color

<div style="background-color:#08485d">
Div content here</div>

This div background color is #08485d


#08485d Border Color

<div style="border:3px solid #08485d">
Div here</div>

This div border color is #08485d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,72,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08485d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08485d;
  -webkit-box-shadow: 1px 1px 3px 2px #08485d;
  box-shadow:         1px 1px 3px 2px #08485d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08485d


Comments

No comments written yet.

Please login to write comment.