Color Hex Logo

#a087dc Color Hex

#A087DC
(160,135,220)
0 Favorites   0 Comments

Color spaces of #a087dc

RGB 160135220
HSL0.720.550.70
HSV258°39°86°
CMYK 0.270.390.00   0.14
XYZ36.079429.968871.5931
Yxy29.96880.26210.2177
Hunter Lab54.743821.8405-39.2180
CIE-Lab61.627327.4288-40.0735

#a087dc color RGB value is (160,135,220).

#a087dc hex color red value is 160, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a087dc hue: 0.72 , saturation: 0.55 and the lightness value of a087dc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 11011100
Octal 240 207 334
Decimal 160 135 220
Hex A0 87 DC

RGB Percentages of Color #a087dc

%31.07
%26.21
%42.72

CMYK Percentages of Color #a087dc

%27
%39
%0
%14

Triadic Colors of #a087dc

#a087dc #dca087 #87dca0

Analogous Colors of #a087dc

#a087dc #cb87dc #8799dc

Monochromatic Colors of #a087dc

#a087dc

Complementary Color

#a087dc #c3dc87

#a087dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a087dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a087dc Color CSS Codes

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

#a087dc Text Font Color

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

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


#a087dc Background Color

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

This div background color is #a087dc


#a087dc Border Color

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

This div border color is #a087dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a087dc


Comments

No comments written yet.

Please login to write comment.