Color Hex Logo

#815dca Color Hex

#815DCA
(129,93,202)
0 Favorites   0 Comments

Color spaces of #815dca

RGB 12993202
HSL0.720.510.58
HSV260°54°79°
CMYK 0.360.540.00   0.21
XYZ23.628316.760157.8668
Yxy16.76010.24050.1706
Hunter Lab40.939131.3791-55.1481
CIE-Lab47.956338.7157-51.7323

#815dca color RGB value is (129,93,202).

#815dca hex color red value is 129, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #815dca hue: 0.72 , saturation: 0.51 and the lightness value of 815dca is 0.58.

The process color (four color CMYK) of #815dca color hex is 0.36, 0.54, 0.00, 0.21. Web safe color of #815dca is #9966cc. Color #815dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011101 11001010
Octal 201 135 312
Decimal 129 93 202
Hex 81 5D CA

RGB Percentages of Color #815dca

%30.42
%21.93
%47.64

CMYK Percentages of Color #815dca

%36
%54
%0
%21

Triadic Colors of #815dca

#815dca #ca815d #5dca81

Analogous Colors of #815dca

#815dca #b85dca #5d70ca

Monochromatic Colors of #815dca

#815dca

Complementary Color

#815dca #a6ca5d

#815dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#815dca Color CSS Codes

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

#815dca Text Font Color

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

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


#815dca Background Color

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

This div background color is #815dca


#815dca Border Color

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

This div border color is #815dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815dca


Comments

No comments written yet.

Please login to write comment.