Color Hex Logo

#815cad Color Hex

#815CAD
(129,92,173)
0 Favorites   0 Comments

Color spaces of #815cad

RGB 12992173
HSL0.740.330.52
HSV267°47°68°
CMYK 0.250.470.00   0.32
XYZ20.423215.338541.4194
Yxy15.33850.26460.1987
Hunter Lab39.164424.5453-35.2887
CIE-Lab46.094431.8300-37.8550

#815cad color RGB value is (129,92,173).

#815cad hex color red value is 129, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #815cad hue: 0.74 , saturation: 0.33 and the lightness value of 815cad is 0.52.

The process color (four color CMYK) of #815cad color hex is 0.25, 0.47, 0.00, 0.32. Web safe color of #815cad is #996699. Color #815cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011100 10101101
Octal 201 134 255
Decimal 129 92 173
Hex 81 5C AD

RGB Percentages of Color #815cad

%32.74
%23.35
%43.91

CMYK Percentages of Color #815cad

%25
%47
%0
%32

Triadic Colors of #815cad

#815cad #ad815c #5cad81

Analogous Colors of #815cad

#815cad #aa5cad #5c60ad

Monochromatic Colors of #815cad

#815cad

Complementary Color

#815cad #88ad5c

#815cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#815cad Color CSS Codes

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

#815cad Text Font Color

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

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


#815cad Background Color

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

This div background color is #815cad


#815cad Border Color

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

This div border color is #815cad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,92,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 #815cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815cad


Comments

No comments written yet.

Please login to write comment.