Color Hex Logo

#812dad Color Hex

#812DAD
(129,45,173)
0 Favorites   0 Comments

Color spaces of #812dad

RGB 12945173
HSL0.780.590.43
HSV279°74°68°
CMYK 0.250.740.00   0.32
XYZ17.53459.561040.4565
Yxy9.56100.25960.1415
Hunter Lab30.920947.1117-55.9297
CIE-Lab37.042756.0026-52.3296

#812dad color RGB value is (129,45,173).

#812dad hex color red value is 129, green value is 45 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #812dad hue: 0.78 , saturation: 0.59 and the lightness value of 812dad is 0.43.

The process color (four color CMYK) of #812dad color hex is 0.25, 0.74, 0.00, 0.32. Web safe color of #812dad is #993399. Color #812dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00101101 10101101
Octal 201 55 255
Decimal 129 45 173
Hex 81 2D AD

RGB Percentages of Color #812dad

%37.18
%12.97
%49.86

CMYK Percentages of Color #812dad

%25
%74
%0
%32

Triadic Colors of #812dad

#812dad #ad812d #2dad81

Analogous Colors of #812dad

#812dad #ad2d99 #412dad

Monochromatic Colors of #812dad

#812dad

Complementary Color

#812dad #59ad2d

#812dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#812dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#812dad Color CSS Codes

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

#812dad Text Font Color

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

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


#812dad Background Color

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

This div background color is #812dad


#812dad Border Color

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

This div border color is #812dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,45,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #812dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #812dad;
  -webkit-box-shadow: 1px 1px 3px 2px #812dad;
  box-shadow:         1px 1px 3px 2px #812dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #812dad


Comments

No comments written yet.

Please login to write comment.