Color Hex Logo

#080551 Color Hex

#080551
(8,5,81)
0 Favorites   0 Comments

Color spaces of #080551

RGB 8581
HSL0.670.880.17
HSV242°94°32°
CMYK 0.900.940.00   0.68
XYZ1.63960.75427.8437
Yxy0.75420.16020.0737
Hunter Lab8.684518.5024-47.4708
CIE-Lab6.812630.8620-43.8858

#080551 color RGB value is (8,5,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000101 01010001
Octal 10 5 121
Decimal 8 5 81
Hex 8 5 51

RGB Percentages of Color #080551

%8.51
%5.32
%86.17

CMYK Percentages of Color #080551

%90
%94
%0
%68

Triadic Colors of #080551

#080551 #510805 #055108

Analogous Colors of #080551

#080551 #2e0551 #052851

Monochromatic Colors of #080551

#080551

Complementary Color

#080551 #4e5105

#080551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080551 Color CSS Codes

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

#080551 Text Font Color

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

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


#080551 Background Color

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

This div background color is #080551


#080551 Border Color

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

This div border color is #080551


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(8,5,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 #080551">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080551


Comments

No comments written yet.

Please login to write comment.