Color Hex Logo

#a87fbe Color Hex

#A87FBE
(168,127,190)
0 Favorites   0 Comments

Color spaces of #a87fbe

RGB 168127190
HSL0.780.330.62
HSV279°33°75°
CMYK 0.120.330.00   0.25
XYZ33.032127.221352.2284
Yxy27.22130.29370.2420
Hunter Lab52.174021.7062-22.8300
CIE-Lab59.178627.4898-26.9410

#a87fbe color RGB value is (168,127,190).

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

The process color (four color CMYK) of #a87fbe color hex is 0.12, 0.33, 0.00, 0.25. Web safe color of #a87fbe is #9966cc. Color #a87fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 10111110
Octal 250 177 276
Decimal 168 127 190
Hex A8 7F BE

RGB Percentages of Color #a87fbe

%34.64
%26.19
%39.18

CMYK Percentages of Color #a87fbe

%12
%33
%0
%25

Triadic Colors of #a87fbe

#a87fbe #bea87f #7fbea8

Analogous Colors of #a87fbe

#a87fbe #be7fb5 #897fbe

Monochromatic Colors of #a87fbe

#a87fbe

Complementary Color

#a87fbe #95be7f

#a87fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87fbe Color CSS Codes

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

#a87fbe Text Font Color

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

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


#a87fbe Background Color

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

This div background color is #a87fbe


#a87fbe Border Color

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

This div border color is #a87fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87fbe


Comments

No comments written yet.

Please login to write comment.