Color Hex Logo

#816ade Color Hex

#816ADE
(129,106,222)
0 Favorites   0 Comments

Color spaces of #816ade

RGB 129106222
HSL0.700.640.64
HSV252°52°87°
CMYK 0.420.520.00   0.13
XYZ27.392120.249171.5720
Yxy20.24910.22980.1699
Hunter Lab44.999029.9095-62.8029
CIE-Lab52.117736.6566-56.4523

#816ade color RGB value is (129,106,222).

#816ade hex color red value is 129, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #816ade hue: 0.70 , saturation: 0.64 and the lightness value of 816ade is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101010 11011110
Octal 201 152 336
Decimal 129 106 222
Hex 81 6A DE

RGB Percentages of Color #816ade

%28.23
%23.19
%48.58

CMYK Percentages of Color #816ade

%42
%52
%0
%13

Triadic Colors of #816ade

#816ade #de816a #6ade81

Analogous Colors of #816ade

#816ade #bb6ade #6a8dde

Monochromatic Colors of #816ade

#816ade

Complementary Color

#816ade #c7de6a

#816ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#816ade Color CSS Codes

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

#816ade Text Font Color

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

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


#816ade Background Color

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

This div background color is #816ade


#816ade Border Color

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

This div border color is #816ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816ade


Comments

No comments written yet.

Please login to write comment.