Color Hex Logo

#815ed2 Color Hex

#815ED2
(129,94,210)
0 Favorites   0 Comments

Color spaces of #815ed2

RGB 12994210
HSL0.720.560.60
HSV258°55°82°
CMYK 0.390.550.00   0.18
XYZ24.688817.325763.0157
Yxy17.32570.23510.1650
Hunter Lab41.624233.0326-60.6235
CIE-Lab48.667840.2837-55.1746

#815ed2 color RGB value is (129,94,210).

#815ed2 hex color red value is 129, green value is 94 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #815ed2 hue: 0.72 , saturation: 0.56 and the lightness value of 815ed2 is 0.60.

The process color (four color CMYK) of #815ed2 color hex is 0.39, 0.55, 0.00, 0.18. Web safe color of #815ed2 is #9966cc. Color #815ed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011110 11010010
Octal 201 136 322
Decimal 129 94 210
Hex 81 5E D2

RGB Percentages of Color #815ed2

%29.79
%21.71
%48.50

CMYK Percentages of Color #815ed2

%39
%55
%0
%18

Triadic Colors of #815ed2

#815ed2 #d2815e #5ed281

Analogous Colors of #815ed2

#815ed2 #bb5ed2 #5e75d2

Monochromatic Colors of #815ed2

#815ed2

Complementary Color

#815ed2 #afd25e

#815ed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815ed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815ed2 Color CSS Codes

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

#815ed2 Text Font Color

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

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


#815ed2 Background Color

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

This div background color is #815ed2


#815ed2 Border Color

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

This div border color is #815ed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815ed2


Comments

No comments written yet.

Please login to write comment.