Color Hex Logo

#080759 Color Hex

#080759
(8,7,89)
0 Favorites   0 Comments

Color spaces of #080759

RGB 8789
HSL0.670.850.19
HSV241°92°35°
CMYK 0.910.920.00   0.65
XYZ1.97930.92499.5254
Yxy0.92490.15920.0744
Hunter Lab9.617219.9068-51.9922
CIE-Lab8.349532.6061-46.8028

#080759 color RGB value is (8,7,89).

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

The process color (four color CMYK) of #080759 color hex is 0.91, 0.92, 0.00, 0.65. Web safe color of #080759 is #000066. Color #080759 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 01011001
Octal 10 7 131
Decimal 8 7 89
Hex 8 7 59

RGB Percentages of Color #080759

%7.69
%6.73
%85.58

CMYK Percentages of Color #080759

%91
%92
%0
%65

Triadic Colors of #080759

#080759 #590807 #075908

Analogous Colors of #080759

#080759 #310759 #072f59

Monochromatic Colors of #080759

#080759

Complementary Color

#080759 #585907

#080759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080759 Color CSS Codes

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

#080759 Text Font Color

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

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


#080759 Background Color

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

This div background color is #080759


#080759 Border Color

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

This div border color is #080759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080759


Comments

No comments written yet.

Please login to write comment.