Color Hex Logo

#814ada Color Hex

#814ADA
(129,74,218)
0 Favorites   0 Comments

Color spaces of #814ada

RGB 12974218
HSL0.730.660.57
HSV263°66°85°
CMYK 0.410.660.00   0.15
XYZ24.156914.626667.8797
Yxy14.62660.22650.1371
Hunter Lab38.244745.8194-78.4611
CIE-Lab45.118553.2750-65.4766

#814ada color RGB value is (129,74,218).

#814ada hex color red value is 129, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #814ada hue: 0.73 , saturation: 0.66 and the lightness value of 814ada is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001010 11011010
Octal 201 112 332
Decimal 129 74 218
Hex 81 4A DA

RGB Percentages of Color #814ada

%30.64
%17.58
%51.78

CMYK Percentages of Color #814ada

%41
%66
%0
%15

Triadic Colors of #814ada

#814ada #da814a #4ada81

Analogous Colors of #814ada

#814ada #c94ada #4a5bda

Monochromatic Colors of #814ada

#814ada

Complementary Color

#814ada #a3da4a

#814ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#814ada Color CSS Codes

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

#814ada Text Font Color

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

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


#814ada Background Color

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

This div background color is #814ada


#814ada Border Color

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

This div border color is #814ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,74,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 #814ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814ada


Comments

No comments written yet.

Please login to write comment.