Color Hex Logo

#816afd Color Hex

#816AFD
(129,106,253)
0 Favorites   0 Comments

Color spaces of #816afd

RGB 129106253
HSL0.690.970.70
HSV249°58°99°
CMYK 0.490.580.00   0.01
XYZ31.936922.067095.5046
Yxy22.06700.21360.1476
Hunter Lab46.975539.1483-87.6579
CIE-Lab54.098045.4600-70.5896

#816afd color RGB value is (129,106,253).

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

The process color (four color CMYK) of #816afd color hex is 0.49, 0.58, 0.00, 0.01. Web safe color of #816afd is #9966ff. Color #816afd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01101010 11111101
Octal 201 152 375
Decimal 129 106 253
Hex 81 6A FD

RGB Percentages of Color #816afd

%26.43
%21.72
%51.84

CMYK Percentages of Color #816afd

%49
%58
%0
%1

Triadic Colors of #816afd

#816afd #fd816a #6afd81

Analogous Colors of #816afd

#816afd #cb6afd #6a9dfd

Monochromatic Colors of #816afd

#816afd

Complementary Color

#816afd #e6fd6a

#816afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#816afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#816afd Color CSS Codes

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

#816afd Text Font Color

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

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


#816afd Background Color

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

This div background color is #816afd


#816afd Border Color

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

This div border color is #816afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #816afd


Comments

No comments written yet.

Please login to write comment.