Color Hex Logo

#a087ce Color Hex

#A087CE
(160,135,206)
0 Favorites   0 Comments

Color spaces of #a087ce

RGB 160135206
HSL0.730.420.67
HSV261°34°81°
CMYK 0.220.340.00   0.19
XYZ34.301829.257862.2319
Yxy29.25780.27270.2326
Hunter Lab54.090518.5385-30.3507
CIE-Lab61.008524.0501-33.2037

#a087ce color RGB value is (160,135,206).

#a087ce hex color red value is 160, green value is 135 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a087ce hue: 0.73 , saturation: 0.42 and the lightness value of a087ce is 0.67.

The process color (four color CMYK) of #a087ce color hex is 0.22, 0.34, 0.00, 0.19. Web safe color of #a087ce is #9999cc. Color #a087ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10000111 11001110
Octal 240 207 316
Decimal 160 135 206
Hex A0 87 CE

RGB Percentages of Color #a087ce

%31.94
%26.95
%41.12

CMYK Percentages of Color #a087ce

%22
%34
%0
%19

Triadic Colors of #a087ce

#a087ce #cea087 #87cea0

Analogous Colors of #a087ce

#a087ce #c487ce #8792ce

Monochromatic Colors of #a087ce

#a087ce

Complementary Color

#a087ce #b5ce87

#a087ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a087ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a087ce Color CSS Codes

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

#a087ce Text Font Color

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

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


#a087ce Background Color

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

This div background color is #a087ce


#a087ce Border Color

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

This div border color is #a087ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a087ce


Comments

No comments written yet.

Please login to write comment.