Color Hex Logo

#a088ce Color Hex

#A088CE
(160,136,206)
0 Favorites   0 Comments

Color spaces of #a088ce

RGB 160136206
HSL0.720.420.67
HSV261°34°81°
CMYK 0.220.340.00   0.19
XYZ34.441929.538162.2787
Yxy29.53810.27280.2339
Hunter Lab54.349018.0079-29.8964
CIE-Lab61.253623.4775-32.8226

#a088ce color RGB value is (160,136,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001000 11001110
Octal 240 210 316
Decimal 160 136 206
Hex A0 88 CE

RGB Percentages of Color #a088ce

%31.87
%27.09
%41.04

CMYK Percentages of Color #a088ce

%22
%34
%0
%19

Triadic Colors of #a088ce

#a088ce #cea088 #88cea0

Analogous Colors of #a088ce

#a088ce #c388ce #8893ce

Monochromatic Colors of #a088ce

#a088ce

Complementary Color

#a088ce #b6ce88

#a088ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a088ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a088ce Color CSS Codes

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

#a088ce Text Font Color

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

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


#a088ce Background Color

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

This div background color is #a088ce


#a088ce Border Color

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

This div border color is #a088ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a088ce


Comments

No comments written yet.

Please login to write comment.