Color Hex Logo

#812066 Color Hex

#812066
(129,32,102)
0 Favorites   0 Comments

Color spaces of #812066

RGB 12932102
HSL0.880.600.32
HSV317°75°51°
CMYK 0.000.750.21   0.49
XYZ11.96806.659513.2250
Yxy6.65950.37570.2091
Hunter Lab25.806037.6221-12.3206
CIE-Lab31.018847.9422-17.9802

#812066 color RGB value is (129,32,102).

#812066 hex color red value is 129, green value is 32 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #812066 hue: 0.88 , saturation: 0.60 and the lightness value of 812066 is 0.32.

The process color (four color CMYK) of #812066 color hex is 0.00, 0.75, 0.21, 0.49. Web safe color of #812066 is #993366. Color #812066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100000 01100110
Octal 201 40 146
Decimal 129 32 102
Hex 81 20 66

RGB Percentages of Color #812066

%49.05
%12.17
%38.78

CMYK Percentages of Color #812066

%0
%75
%21
%49

Triadic Colors of #812066

#812066 #668120 #206681

Analogous Colors of #812066

#812066 #812036 #6c2081

Monochromatic Colors of #812066

#812066

Complementary Color

#812066 #20813b

#812066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#812066 Color CSS Codes

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

#812066 Text Font Color

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

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


#812066 Background Color

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

This div background color is #812066


#812066 Border Color

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

This div border color is #812066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,32,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #812066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #812066;
  -webkit-box-shadow: 1px 1px 3px 2px #812066;
  box-shadow:         1px 1px 3px 2px #812066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,32,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812066


Comments

No comments written yet.

Please login to write comment.