Color Hex Logo

#814ade Color Hex

#814ADE
(129,74,222)
0 Favorites   0 Comments

Color spaces of #814ade

RGB 12974222
HSL0.730.690.58
HSV262°67°87°
CMYK 0.420.670.00   0.13
XYZ24.686914.838670.6702
Yxy14.83860.22400.1347
Hunter Lab38.520946.9838-81.8084
CIE-Lab45.412354.3078-67.2798

#814ade color RGB value is (129,74,222).

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

The process color (four color CMYK) of #814ade color hex is 0.42, 0.67, 0.00, 0.13. Web safe color of #814ade is #9933cc. Color #814ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01001010 11011110
Octal 201 112 336
Decimal 129 74 222
Hex 81 4A DE

RGB Percentages of Color #814ade

%30.35
%17.41
%52.24

CMYK Percentages of Color #814ade

%42
%67
%0
%13

Triadic Colors of #814ade

#814ade #de814a #4ade81

Analogous Colors of #814ade

#814ade #cb4ade #4a5dde

Monochromatic Colors of #814ade

#814ade

Complementary Color

#814ade #a7de4a

#814ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#814ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#814ade Color CSS Codes

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

#814ade Text Font Color

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

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


#814ade Background Color

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

This div background color is #814ade


#814ade Border Color

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

This div border color is #814ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #814ade


Comments

No comments written yet.

Please login to write comment.