Color Hex Logo

#817acc Color Hex

#817ACC
(129,122,204)
0 Favorites   0 Comments

Color spaces of #817acc

RGB 129122204
HSL0.680.450.64
HSV245°40°80°
CMYK 0.370.400.00   0.20
XYZ26.911922.945860.1373
Yxy22.94580.24470.2086
Hunter Lab47.901816.4557-40.9032
CIE-Lab55.016522.2206-41.6513

#817acc color RGB value is (129,122,204).

#817acc hex color red value is 129, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #817acc hue: 0.68 , saturation: 0.45 and the lightness value of 817acc is 0.64.

The process color (four color CMYK) of #817acc color hex is 0.37, 0.40, 0.00, 0.20. Web safe color of #817acc is #9966cc. Color #817acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111010 11001100
Octal 201 172 314
Decimal 129 122 204
Hex 81 7A CC

RGB Percentages of Color #817acc

%28.35
%26.81
%44.84

CMYK Percentages of Color #817acc

%37
%40
%0
%20

Triadic Colors of #817acc

#817acc #cc817a #7acc81

Analogous Colors of #817acc

#817acc #aa7acc #7a9ccc

Monochromatic Colors of #817acc

#817acc

Complementary Color

#817acc #c5cc7a

#817acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#817acc Color CSS Codes

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

#817acc Text Font Color

<p style="color:#817acc">Text here</p>

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


#817acc Background Color

<div style="background-color:#817acc">
Div content here</div>

This div background color is #817acc


#817acc Border Color

<div style="border:3px solid #817acc">
Div here</div>

This div border color is #817acc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,122,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #817acc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #817acc;
  -webkit-box-shadow: 1px 1px 3px 2px #817acc;
  box-shadow:         1px 1px 3px 2px #817acc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817acc


Comments

No comments written yet.

Please login to write comment.