Color Hex Logo

#080376 Color Hex

#080376
(8,3,118)
0 Favorites   0 Comments

Color spaces of #080376

RGB 83118
HSL0.670.950.24
HSV243°97°46°
CMYK 0.930.970.00   0.54
XYZ3.40271.424817.2352
Yxy1.42480.15420.0646
Hunter Lab11.936529.9956-77.2537
CIE-Lab12.121843.5758-59.7029

#080376 color RGB value is (8,3,118).

#080376 hex color red value is 8, green value is 3 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #080376 hue: 0.67 , saturation: 0.95 and the lightness value of 080376 is 0.24.

The process color (four color CMYK) of #080376 color hex is 0.93, 0.97, 0.00, 0.54. Web safe color of #080376 is #000066. Color #080376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000011 01110110
Octal 10 3 166
Decimal 8 3 118
Hex 8 3 76

RGB Percentages of Color #080376

%6.20
%2.33
%91.47

CMYK Percentages of Color #080376

%93
%97
%0
%54

Triadic Colors of #080376

#080376 #760803 #037608

Analogous Colors of #080376

#080376 #420376 #033876

Monochromatic Colors of #080376

#080376

Complementary Color

#080376 #717603

#080376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080376 Color CSS Codes

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

#080376 Text Font Color

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

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


#080376 Background Color

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

This div background color is #080376


#080376 Border Color

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

This div border color is #080376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080376


Comments

No comments written yet.

Please login to write comment.