Color Hex Logo

#a87dba Color Hex

#A87DBA
(168,125,186)
0 Favorites   0 Comments

Color spaces of #a87dba

RGB 168125186
HSL0.780.310.61
HSV282°33°73°
CMYK 0.100.330.00   0.27
XYZ32.345026.537249.8718
Yxy26.53720.29740.2440
Hunter Lab51.514321.9274-21.3396
CIE-Lab58.543527.7729-25.6450

#a87dba color RGB value is (168,125,186).

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

The process color (four color CMYK) of #a87dba color hex is 0.10, 0.33, 0.00, 0.27. Web safe color of #a87dba is #9966cc. Color #a87dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111101 10111010
Octal 250 175 272
Decimal 168 125 186
Hex A8 7D BA

RGB Percentages of Color #a87dba

%35.07
%26.10
%38.83

CMYK Percentages of Color #a87dba

%10
%33
%0
%27

Triadic Colors of #a87dba

#a87dba #baa87d #7dbaa8

Analogous Colors of #a87dba

#a87dba #ba7dae #8a7dba

Monochromatic Colors of #a87dba

#a87dba

Complementary Color

#a87dba #8fba7d

#a87dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87dba Color CSS Codes

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

#a87dba Text Font Color

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

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


#a87dba Background Color

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

This div background color is #a87dba


#a87dba Border Color

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

This div border color is #a87dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87dba


Comments

No comments written yet.

Please login to write comment.