Color Hex Logo

#815ed7 Color Hex

#815ED7
(129,94,215)
0 Favorites   0 Comments

Color spaces of #815ed7

RGB 12994215
HSL0.710.600.61
HSV257°56°84°
CMYK 0.400.560.00   0.16
XYZ25.321717.578866.3484
Yxy17.57880.23180.1609
Hunter Lab41.927134.4320-64.4758
CIE-Lab48.981241.6361-57.5222

#815ed7 color RGB value is (129,94,215).

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

The process color (four color CMYK) of #815ed7 color hex is 0.40, 0.56, 0.00, 0.16. Web safe color of #815ed7 is #9966cc. Color #815ed7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011110 11010111
Octal 201 136 327
Decimal 129 94 215
Hex 81 5E D7

RGB Percentages of Color #815ed7

%29.45
%21.46
%49.09

CMYK Percentages of Color #815ed7

%40
%56
%0
%16

Triadic Colors of #815ed7

#815ed7 #d7815e #5ed781

Analogous Colors of #815ed7

#815ed7 #be5ed7 #5e78d7

Monochromatic Colors of #815ed7

#815ed7

Complementary Color

#815ed7 #b4d75e

#815ed7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815ed7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#815ed7 Color CSS Codes

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

#815ed7 Text Font Color

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

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


#815ed7 Background Color

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

This div background color is #815ed7


#815ed7 Border Color

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

This div border color is #815ed7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815ed7


Comments

No comments written yet.

Please login to write comment.