Color Hex Logo

#a87bbe Color Hex

#A87BBE
(168,123,190)
0 Favorites   0 Comments

Color spaces of #a87bbe

RGB 168123190
HSL0.780.340.61
HSV280°35°75°
CMYK 0.120.350.00   0.25
XYZ32.525726.208552.0596
Yxy26.20850.29360.2366
Hunter Lab51.194223.8181-24.4562
CIE-Lab58.234429.7539-28.4001

#a87bbe color RGB value is (168,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111011 10111110
Octal 250 173 276
Decimal 168 123 190
Hex A8 7B BE

RGB Percentages of Color #a87bbe

%34.93
%25.57
%39.50

CMYK Percentages of Color #a87bbe

%12
%35
%0
%25

Triadic Colors of #a87bbe

#a87bbe #bea87b #7bbea8

Analogous Colors of #a87bbe

#a87bbe #be7bb3 #877bbe

Monochromatic Colors of #a87bbe

#a87bbe

Complementary Color

#a87bbe #91be7b

#a87bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87bbe Color CSS Codes

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

#a87bbe Text Font Color

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

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


#a87bbe Background Color

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

This div background color is #a87bbe


#a87bbe Border Color

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

This div border color is #a87bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87bbe


Comments

No comments written yet.

Please login to write comment.