Color Hex Logo

#a087bf Color Hex

#A087BF
(160,135,191)
0 Favorites   0 Comments

Color spaces of #a087bf

RGB 160135191
HSL0.740.300.64
HSV267°29°75°
CMYK 0.160.290.00   0.25
XYZ32.565128.563153.0871
Yxy28.56310.28510.2501
Hunter Lab53.444515.2369-21.4824
CIE-Lab60.394120.5862-25.6987

#a087bf color RGB value is (160,135,191).

#a087bf hex color red value is 160, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a087bf hue: 0.74 , saturation: 0.30 and the lightness value of a087bf is 0.64.

The process color (four color CMYK) of #a087bf color hex is 0.16, 0.29, 0.00, 0.25. Web safe color of #a087bf is #9999cc. Color #a087bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 10111111
Octal 240 207 277
Decimal 160 135 191
Hex A0 87 BF

RGB Percentages of Color #a087bf

%32.92
%27.78
%39.30

CMYK Percentages of Color #a087bf

%16
%29
%0
%25

Triadic Colors of #a087bf

#a087bf #bfa087 #87bfa0

Analogous Colors of #a087bf

#a087bf #bc87bf #878abf

Monochromatic Colors of #a087bf

#a087bf

Complementary Color

#a087bf #a6bf87

#a087bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a087bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a087bf Color CSS Codes

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

#a087bf Text Font Color

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

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


#a087bf Background Color

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

This div background color is #a087bf


#a087bf Border Color

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

This div border color is #a087bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a087bf


Comments

No comments written yet.

Please login to write comment.