Color Hex Logo

#080798 Color Hex

#080798
(8,7,152)
0 Favorites   0 Comments

Color spaces of #080798

RGB 87152
HSL0.670.910.31
HSV240°95°60°
CMYK 0.950.950.00   0.40
XYZ5.84362.470629.8746
Yxy2.47060.15300.0647
Hunter Lab15.718138.8549-101.6865
CIE-Lab17.785151.7155-71.7101

#080798 color RGB value is (8,7,152).

#080798 hex color red value is 8, green value is 7 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #080798 hue: 0.67 , saturation: 0.91 and the lightness value of 080798 is 0.31.

The process color (four color CMYK) of #080798 color hex is 0.95, 0.95, 0.00, 0.40. Web safe color of #080798 is #000099. Color #080798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 10011000
Octal 10 7 230
Decimal 8 7 152
Hex 8 7 98

RGB Percentages of Color #080798

%4.79
%4.19
%91.02

CMYK Percentages of Color #080798

%95
%95
%0
%40

Triadic Colors of #080798

#080798 #980807 #079808

Analogous Colors of #080798

#080798 #500798 #074f98

Monochromatic Colors of #080798

#080798

Complementary Color

#080798 #979807

#080798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080798 Color CSS Codes

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

#080798 Text Font Color

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

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


#080798 Background Color

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

This div background color is #080798


#080798 Border Color

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

This div border color is #080798


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,7,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #080798; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #080798;
  -webkit-box-shadow: 1px 1px 3px 2px #080798;
  box-shadow:         1px 1px 3px 2px #080798; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080798


Comments

No comments written yet.

Please login to write comment.