Color Hex Logo

#a87bcc Color Hex

#A87BCC
(168,123,204)
0 Favorites   0 Comments

Color spaces of #a87bcc

RGB 168123204
HSL0.760.440.64
HSV273°40°80°
CMYK 0.180.400.00   0.20
XYZ34.130526.850460.5105
Yxy26.85040.28090.2210
Hunter Lab51.817426.8920-32.9646
CIE-Lab58.835632.8224-35.4053

#a87bcc color RGB value is (168,123,204).

#a87bcc hex color red value is 168, green value is 123 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a87bcc hue: 0.76 , saturation: 0.44 and the lightness value of a87bcc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111011 11001100
Octal 250 173 314
Decimal 168 123 204
Hex A8 7B CC

RGB Percentages of Color #a87bcc

%33.94
%24.85
%41.21

CMYK Percentages of Color #a87bcc

%18
%40
%0
%20

Triadic Colors of #a87bcc

#a87bcc #cca87b #7bcca8

Analogous Colors of #a87bcc

#a87bcc #cc7bc8 #807bcc

Monochromatic Colors of #a87bcc

#a87bcc

Complementary Color

#a87bcc #9fcc7b

#a87bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87bcc Color CSS Codes

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

#a87bcc Text Font Color

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

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


#a87bcc Background Color

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

This div background color is #a87bcc


#a87bcc Border Color

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

This div border color is #a87bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87bcc


Comments

No comments written yet.

Please login to write comment.