Color Hex Logo

#815ada Color Hex

#815ADA
(129,90,218)
0 Favorites   0 Comments

Color spaces of #815ada

RGB 12990218
HSL0.720.630.60
HSV258°59°85°
CMYK 0.410.590.00   0.15
XYZ25.364317.041468.2821
Yxy17.04140.22920.1540
Hunter Lab41.281237.4331-69.1730
CIE-Lab48.312244.7002-60.3072

#815ada color RGB value is (129,90,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01011010 11011010
Octal 201 132 332
Decimal 129 90 218
Hex 81 5A DA

RGB Percentages of Color #815ada

%29.52
%20.59
%49.89

CMYK Percentages of Color #815ada

%41
%59
%0
%15

Triadic Colors of #815ada

#815ada #da815a #5ada81

Analogous Colors of #815ada

#815ada #c15ada #5a73da

Monochromatic Colors of #815ada

#815ada

Complementary Color

#815ada #b3da5a

#815ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#815ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#815ada Color CSS Codes

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

#815ada Text Font Color

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

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


#815ada Background Color

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

This div background color is #815ada


#815ada Border Color

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

This div border color is #815ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #815ada


Comments

No comments written yet.

Please login to write comment.