Color Hex Logo

#a87abc Color Hex

#A87ABC
(168,122,188)
0 Favorites   0 Comments

Color spaces of #a87abc

RGB 168122188
HSL0.780.330.61
HSV282°35°74°
CMYK 0.110.350.00   0.26
XYZ32.185125.874750.8749
Yxy25.87470.29550.2375
Hunter Lab50.867223.9244-23.6920
CIE-Lab57.917929.8931-27.7503

#a87abc color RGB value is (168,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111010 10111100
Octal 250 172 274
Decimal 168 122 188
Hex A8 7A BC

RGB Percentages of Color #a87abc

%35.15
%25.52
%39.33

CMYK Percentages of Color #a87abc

%11
%35
%0
%26

Triadic Colors of #a87abc

#a87abc #bca87a #7abca8

Analogous Colors of #a87abc

#a87abc #bc7aaf #877abc

Monochromatic Colors of #a87abc

#a87abc

Complementary Color

#a87abc #8ebc7a

#a87abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87abc Color CSS Codes

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

#a87abc Text Font Color

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

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


#a87abc Background Color

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

This div background color is #a87abc


#a87abc Border Color

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

This div border color is #a87abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87abc


Comments

No comments written yet.

Please login to write comment.