Color Hex Logo

#816ad4 Color Hex

#816AD4
(129,106,212)
0 Favorites   0 Comments

Color spaces of #816ad4

RGB 129106212
HSL0.700.550.62
HSV253°50°83°
CMYK 0.390.500.00   0.17
XYZ26.091019.728764.7202
Yxy19.72870.23600.1785
Hunter Lab44.417027.1230-55.2998
CIE-Lab51.529133.8796-51.7308

#816ad4 color RGB value is (129,106,212).

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

The process color (four color CMYK) of #816ad4 color hex is 0.39, 0.50, 0.00, 0.17. Web safe color of #816ad4 is #9966cc. Color #816ad4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101010 11010100
Octal 201 152 324
Decimal 129 106 212
Hex 81 6A D4

RGB Percentages of Color #816ad4

%28.86
%23.71
%47.43

CMYK Percentages of Color #816ad4

%39
%50
%0
%17

Triadic Colors of #816ad4

#816ad4 #d4816a #6ad481

Analogous Colors of #816ad4

#816ad4 #b66ad4 #6a88d4

Monochromatic Colors of #816ad4

#816ad4

Complementary Color

#816ad4 #bdd46a

#816ad4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816ad4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#816ad4 Color CSS Codes

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

#816ad4 Text Font Color

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

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


#816ad4 Background Color

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

This div background color is #816ad4


#816ad4 Border Color

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

This div border color is #816ad4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816ad4


Comments

No comments written yet.

Please login to write comment.