Color Hex Logo

#a87eba Color Hex

#A87EBA
(168,126,186)
0 Favorites   0 Comments

Color spaces of #a87eba

RGB 168126186
HSL0.780.300.61
HSV282°32°73°
CMYK 0.100.320.00   0.27
XYZ32.472226.791749.9142
Yxy26.79170.29740.2454
Hunter Lab51.760721.4012-20.9424
CIE-Lab58.781027.2060-25.2791

#a87eba color RGB value is (168,126,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 10111010
Octal 250 176 272
Decimal 168 126 186
Hex A8 7E BA

RGB Percentages of Color #a87eba

%35.00
%26.25
%38.75

CMYK Percentages of Color #a87eba

%10
%32
%0
%27

Triadic Colors of #a87eba

#a87eba #baa87e #7ebaa8

Analogous Colors of #a87eba

#a87eba #ba7eae #8a7eba

Monochromatic Colors of #a87eba

#a87eba

Complementary Color

#a87eba #90ba7e

#a87eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87eba Color CSS Codes

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

#a87eba Text Font Color

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

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


#a87eba Background Color

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

This div background color is #a87eba


#a87eba Border Color

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

This div border color is #a87eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87eba


Comments

No comments written yet.

Please login to write comment.