Color Hex Logo

#080751 Color Hex

#080751
(8,7,81)
0 Favorites   0 Comments

Color spaces of #080751

RGB 8781
HSL0.670.840.17
HSV241°91°32°
CMYK 0.900.910.00   0.68
XYZ1.66130.79777.8510
Yxy0.79770.16110.0774
Hunter Lab8.931417.5722-45.8659
CIE-Lab7.205629.7357-43.2342

#080751 color RGB value is (8,7,81).

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

The process color (four color CMYK) of #080751 color hex is 0.90, 0.91, 0.00, 0.68. Web safe color of #080751 is #000066. Color #080751 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000111 01010001
Octal 10 7 121
Decimal 8 7 81
Hex 8 7 51

RGB Percentages of Color #080751

%8.33
%7.29
%84.38

CMYK Percentages of Color #080751

%90
%91
%0
%68

Triadic Colors of #080751

#080751 #510807 #075108

Analogous Colors of #080751

#080751 #2d0751 #072b51

Monochromatic Colors of #080751

#080751

Complementary Color

#080751 #505107

#080751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080751 Color CSS Codes

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

#080751 Text Font Color

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

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


#080751 Background Color

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

This div background color is #080751


#080751 Border Color

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

This div border color is #080751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080751


Comments

No comments written yet.

Please login to write comment.