Color Hex Logo

#82068a Color Hex

#82068A
(130,6,138)
0 Favorites   0 Comments

Color spaces of #82068a

RGB 1306138
HSL0.820.920.28
HSV296°96°54°
CMYK 0.060.960.00   0.46
XYZ13.85856.711124.6097
Yxy6.71110.30670.1485
Hunter Lab25.905850.1548-38.1896
CIE-Lab31.140059.9762-40.5517

#82068a color RGB value is (130,6,138).

#82068a hex color red value is 130, green value is 6 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #82068a hue: 0.82 , saturation: 0.92 and the lightness value of 82068a is 0.28.

The process color (four color CMYK) of #82068a color hex is 0.06, 0.96, 0.00, 0.46. Web safe color of #82068a is #990099. Color #82068a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000010 00000110 10001010
Octal 202 6 212
Decimal 130 6 138
Hex 82 6 8A

RGB Percentages of Color #82068a

%47.45
%2.19
%50.36

CMYK Percentages of Color #82068a

%6
%96
%0
%46

Triadic Colors of #82068a

#82068a #8a8206 #068a82

Analogous Colors of #82068a

#82068a #8a0650 #40068a

Monochromatic Colors of #82068a

#82068a

Complementary Color

#82068a #0e8a06

#82068a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#82068a Color Preview on White Background

Lorem ipsum dolor sit amet.

#82068a Color CSS Codes

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

#82068a Text Font Color

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

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


#82068a Background Color

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

This div background color is #82068a


#82068a Border Color

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

This div border color is #82068a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(130,6,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #82068a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #82068a;
  -webkit-box-shadow: 1px 1px 3px 2px #82068a;
  box-shadow:         1px 1px 3px 2px #82068a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(130,6,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #82068a


Comments

No comments written yet.

Please login to write comment.