Color Hex Logo

#83006a Color Hex

#83006A
(131,0,106)
0 Favorites   0 Comments

Color spaces of #83006a

RGB 1310106
HSL0.871.000.26
HSV311°100°51°
CMYK 0.001.000.19   0.49
XYZ11.96165.865914.1375
Yxy5.86590.37420.1835
Hunter Lab24.219645.7733-17.6551
CIE-Lab29.071656.2908-23.5650

#83006a color RGB value is (131,0,106).

#83006a hex color red value is 131, green value is 0 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #83006a hue: 0.87 , saturation: 1.00 and the lightness value of 83006a is 0.26.

The process color (four color CMYK) of #83006a color hex is 0.00, 1.00, 0.19, 0.49. Web safe color of #83006a is #990066. Color #83006a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00000000 01101010
Octal 203 0 152
Decimal 131 0 106
Hex 83 0 6A

RGB Percentages of Color #83006a

%55.27
%0.00
%44.73

CMYK Percentages of Color #83006a

%0
%100
%19
%49

Triadic Colors of #83006a

#83006a #6a8300 #006a83

Analogous Colors of #83006a

#83006a #830028 #5b0083

Monochromatic Colors of #83006a

#83006a

Complementary Color

#83006a #008319

#83006a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#83006a Color Preview on White Background

Lorem ipsum dolor sit amet.

#83006a Color CSS Codes

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

#83006a Text Font Color

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

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


#83006a Background Color

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

This div background color is #83006a


#83006a Border Color

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

This div border color is #83006a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,0,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #83006a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #83006a;
  -webkit-box-shadow: 1px 1px 3px 2px #83006a;
  box-shadow:         1px 1px 3px 2px #83006a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,0,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #83006a


Comments

No comments written yet.

Please login to write comment.