Color Hex Logo

#807abc Color Hex

#807ABC
(128,122,188)
0 Favorites   0 Comments

Color spaces of #807abc

RGB 128122188
HSL0.680.330.61
HSV245°35°74°
CMYK 0.320.350.00   0.26
XYZ24.938722.139150.5358
Yxy22.13910.25550.2268
Hunter Lab47.052212.2676-30.7431
CIE-Lab54.174317.6218-33.8593

#807abc color RGB value is (128,122,188).

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

The process color (four color CMYK) of #807abc color hex is 0.32, 0.35, 0.00, 0.26. Web safe color of #807abc is #9966cc. Color #807abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111010 10111100
Octal 200 172 274
Decimal 128 122 188
Hex 80 7A BC

RGB Percentages of Color #807abc

%29.22
%27.85
%42.92

CMYK Percentages of Color #807abc

%32
%35
%0
%26

Triadic Colors of #807abc

#807abc #bc807a #7abc80

Analogous Colors of #807abc

#807abc #a17abc #7a95bc

Monochromatic Colors of #807abc

#807abc

Complementary Color

#807abc #b6bc7a

#807abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#807abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#807abc Color CSS Codes

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

#807abc Text Font Color

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

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


#807abc Background Color

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

This div background color is #807abc


#807abc Border Color

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

This div border color is #807abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #807abc


Comments

No comments written yet.

Please login to write comment.