Color Hex Logo

#a087bb Color Hex

#A087BB
(160,135,187)
0 Favorites   0 Comments

Color spaces of #a087bb

RGB 160135187
HSL0.750.280.63
HSV269°28°73°
CMYK 0.140.280.00   0.27
XYZ32.130828.389450.7999
Yxy28.38940.28860.2550
Hunter Lab53.281714.3990-19.2311
CIE-Lab60.238919.6927-23.6723

#a087bb color RGB value is (160,135,187).

#a087bb hex color red value is 160, green value is 135 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a087bb hue: 0.75 , saturation: 0.28 and the lightness value of a087bb is 0.63.

The process color (four color CMYK) of #a087bb color hex is 0.14, 0.28, 0.00, 0.27. Web safe color of #a087bb is #9999cc. Color #a087bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 10111011
Octal 240 207 273
Decimal 160 135 187
Hex A0 87 BB

RGB Percentages of Color #a087bb

%33.20
%28.01
%38.80

CMYK Percentages of Color #a087bb

%14
%28
%0
%27

Triadic Colors of #a087bb

#a087bb #bba087 #87bba0

Analogous Colors of #a087bb

#a087bb #ba87bb #8788bb

Monochromatic Colors of #a087bb

#a087bb

Complementary Color

#a087bb #a2bb87

#a087bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a087bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a087bb Color CSS Codes

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

#a087bb Text Font Color

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

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


#a087bb Background Color

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

This div background color is #a087bb


#a087bb Border Color

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

This div border color is #a087bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,135,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a087bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a087bb;
  -webkit-box-shadow: 1px 1px 3px 2px #a087bb;
  box-shadow:         1px 1px 3px 2px #a087bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,135,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a087bb


Comments

No comments written yet.

Please login to write comment.