Color Hex Logo

#815edc Color Hex

#815EDC
(129,94,220)
0 Favorites   0 Comments

Color spaces of #815edc

RGB 12994220
HSL0.710.640.62
HSV257°57°86°
CMYK 0.410.570.00   0.14
XYZ25.974217.839869.7846
Yxy17.83980.22860.1570
Hunter Lab42.237235.8554-68.3934
CIE-Lab49.301242.9968-59.8484

#815edc color RGB value is (129,94,220).

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

The process color (four color CMYK) of #815edc color hex is 0.41, 0.57, 0.00, 0.14. Web safe color of #815edc is #9966cc. Color #815edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011110 11011100
Octal 201 136 334
Decimal 129 94 220
Hex 81 5E DC

RGB Percentages of Color #815edc

%29.12
%21.22
%49.66

CMYK Percentages of Color #815edc

%41
%57
%0
%14

Triadic Colors of #815edc

#815edc #dc815e #5edc81

Analogous Colors of #815edc

#815edc #c05edc #5e7adc

Monochromatic Colors of #815edc

#815edc

Complementary Color

#815edc #b9dc5e

#815edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#815edc Color CSS Codes

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

#815edc Text Font Color

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

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


#815edc Background Color

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

This div background color is #815edc


#815edc Border Color

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

This div border color is #815edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815edc


Comments

No comments written yet.

Please login to write comment.