Color Hex Logo

#a87bca Color Hex

#A87BCA
(168,123,202)
0 Favorites   0 Comments

Color spaces of #a87bca

RGB 168123202
HSL0.760.430.64
HSV274°39°79°
CMYK 0.170.390.00   0.21
XYZ33.892126.755059.2550
Yxy26.75500.28270.2231
Hunter Lab51.725226.4400-31.7133
CIE-Lab58.746932.3755-34.4131

#a87bca color RGB value is (168,123,202).

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

The process color (four color CMYK) of #a87bca color hex is 0.17, 0.39, 0.00, 0.21. Web safe color of #a87bca is #9966cc. Color #a87bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111011 11001010
Octal 250 173 312
Decimal 168 123 202
Hex A8 7B CA

RGB Percentages of Color #a87bca

%34.08
%24.95
%40.97

CMYK Percentages of Color #a87bca

%17
%39
%0
%21

Triadic Colors of #a87bca

#a87bca #caa87b #7bcaa8

Analogous Colors of #a87bca

#a87bca #ca7bc5 #817bca

Monochromatic Colors of #a87bca

#a87bca

Complementary Color

#a87bca #9dca7b

#a87bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87bca Color CSS Codes

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

#a87bca Text Font Color

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

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


#a87bca Background Color

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

This div background color is #a87bca


#a87bca Border Color

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

This div border color is #a87bca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,123,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87bca


Comments

No comments written yet.

Please login to write comment.