Color Hex Logo

#815dcc Color Hex

#815DCC
(129,93,204)
0 Favorites   0 Comments

Color spaces of #815dcc

RGB 12993204
HSL0.720.520.58
HSV259°54°80°
CMYK 0.370.540.00   0.20
XYZ23.866716.855559.1223
Yxy16.85550.23900.1688
Hunter Lab41.055531.9201-56.6423
CIE-Lab48.077439.2474-52.6867

#815dcc color RGB value is (129,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011101 11001100
Octal 201 135 314
Decimal 129 93 204
Hex 81 5D CC

RGB Percentages of Color #815dcc

%30.28
%21.83
%47.89

CMYK Percentages of Color #815dcc

%37
%54
%0
%20

Triadic Colors of #815dcc

#815dcc #cc815d #5dcc81

Analogous Colors of #815dcc

#815dcc #b95dcc #5d71cc

Monochromatic Colors of #815dcc

#815dcc

Complementary Color

#815dcc #a8cc5d

#815dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#815dcc Color CSS Codes

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

#815dcc Text Font Color

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

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


#815dcc Background Color

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

This div background color is #815dcc


#815dcc Border Color

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

This div border color is #815dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815dcc


Comments

No comments written yet.

Please login to write comment.