Color Hex Logo

#080342 Color Hex

#080342
(8,3,66)
0 Favorites   0 Comments

Color spaces of #080342

RGB 8366
HSL0.680.910.14
HSV245°95°26°
CMYK 0.880.950.00   0.74
XYZ1.11610.51015.1939
Yxy0.51010.16360.0748
Hunter Lab7.142115.3955-38.1174
CIE-Lab4.607724.8208-37.0034

#080342 color RGB value is (8,3,66).

#080342 hex color red value is 8, green value is 3 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #080342 hue: 0.68 , saturation: 0.91 and the lightness value of 080342 is 0.14.

The process color (four color CMYK) of #080342 color hex is 0.88, 0.95, 0.00, 0.74. Web safe color of #080342 is #000033. Color #080342 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00000011 01000010
Octal 10 3 102
Decimal 8 3 66
Hex 8 3 42

RGB Percentages of Color #080342

%10.39
%3.90
%85.71

CMYK Percentages of Color #080342

%88
%95
%0
%74

Triadic Colors of #080342

#080342 #420803 #034208

Analogous Colors of #080342

#080342 #270342 #031e42

Monochromatic Colors of #080342

#080342

Complementary Color

#080342 #3d4203

#080342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#080342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#080342 Color CSS Codes

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

#080342 Text Font Color

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

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


#080342 Background Color

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

This div background color is #080342


#080342 Border Color

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

This div border color is #080342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #080342


Comments

No comments written yet.

Please login to write comment.