Color Hex Logo

#08819f Color Hex

#08819F
(8,129,159)
0 Favorites   0 Comments

Color spaces of #08819f

RGB 8129159
HSL0.530.900.33
HSV192°95°62°
CMYK 0.950.190.00   0.38
XYZ14.208418.255335.5757
Yxy18.25530.20880.2683
Hunter Lab42.7262-15.4116-19.4591
CIE-Lab49.8043-18.2771-24.2952

#08819f color RGB value is (8,129,159).

#08819f hex color red value is 8, green value is 129 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #08819f hue: 0.53 , saturation: 0.90 and the lightness value of 08819f is 0.33.

The process color (four color CMYK) of #08819f color hex is 0.95, 0.19, 0.00, 0.38. Web safe color of #08819f is #009999. Color #08819f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10000001 10011111
Octal 10 201 237
Decimal 8 129 159
Hex 8 81 9F

RGB Percentages of Color #08819f

%2.70
%43.58
%53.72

CMYK Percentages of Color #08819f

%95
%19
%0
%38

Triadic Colors of #08819f

#08819f #9f0881 #819f08

Analogous Colors of #08819f

#08819f #08369f #089f72

Monochromatic Colors of #08819f

#08819f

Complementary Color

#08819f #9f2608

#08819f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08819f Color Preview on White Background

Lorem ipsum dolor sit amet.

#08819f Color CSS Codes

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

#08819f Text Font Color

<p style="color:#08819f">Text here</p>

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


#08819f Background Color

<div style="background-color:#08819f">
Div content here</div>

This div background color is #08819f


#08819f Border Color

<div style="border:3px solid #08819f">
Div here</div>

This div border color is #08819f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,129,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #08819f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #08819f;
  -webkit-box-shadow: 1px 1px 3px 2px #08819f;
  box-shadow:         1px 1px 3px 2px #08819f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08819f


Comments

No comments written yet.

Please login to write comment.