Color Hex Logo

#807acc Color Hex

#807ACC
(128,122,204)
0 Favorites   0 Comments

Color spaces of #807acc

RGB 128122204
HSL0.680.450.64
HSV244°40°80°
CMYK 0.370.400.00   0.20
XYZ26.760722.867960.1302
Yxy22.86790.24380.2083
Hunter Lab47.820416.2044-41.0780
CIE-Lab54.936021.9513-41.7835

#807acc color RGB value is (128,122,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111010 11001100
Octal 200 172 314
Decimal 128 122 204
Hex 80 7A CC

RGB Percentages of Color #807acc

%28.19
%26.87
%44.93

CMYK Percentages of Color #807acc

%37
%40
%0
%20

Triadic Colors of #807acc

#807acc #cc807a #7acc80

Analogous Colors of #807acc

#807acc #a97acc #7a9dcc

Monochromatic Colors of #807acc

#807acc

Complementary Color

#807acc #c6cc7a

#807acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#807acc Color CSS Codes

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

#807acc Text Font Color

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

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


#807acc Background Color

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

This div background color is #807acc


#807acc Border Color

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

This div border color is #807acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,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 #807acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807acc


Comments

No comments written yet.

Please login to write comment.