Color Hex Logo

#08054d Color Hex

#08054D
(8,5,77)
0 Favorites   0 Comments

Color spaces of #08054d

RGB 8577
HSL0.670.880.16
HSV243°94°30°
CMYK 0.900.940.00   0.70
XYZ1.49400.69607.0768
Yxy0.69600.16120.0751
Hunter Lab8.342717.3660-44.4539
CIE-Lab6.286929.1847-41.9866

#08054d color RGB value is (8,5,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000101 01001101
Octal 10 5 115
Decimal 8 5 77
Hex 8 5 4D

RGB Percentages of Color #08054d

%8.89
%5.56
%85.56

CMYK Percentages of Color #08054d

%90
%94
%0
%70

Triadic Colors of #08054d

#08054d #4d0805 #054d08

Analogous Colors of #08054d

#08054d #2c054d #05264d

Monochromatic Colors of #08054d

#08054d

Complementary Color

#08054d #4a4d05

#08054d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08054d Color Preview on White Background

Lorem ipsum dolor sit amet.

#08054d Color CSS Codes

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

#08054d Text Font Color

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

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


#08054d Background Color

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

This div background color is #08054d


#08054d Border Color

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

This div border color is #08054d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08054d


Comments

No comments written yet.

Please login to write comment.