Color Hex Logo

#a076ce Color Hex

#A076CE
(160,118,206)
0 Favorites   0 Comments

Color spaces of #a076ce

RGB 160118206
HSL0.750.470.64
HSV269°43°81°
CMYK 0.220.430.00   0.19
XYZ32.116224.886761.5034
Yxy24.88670.27100.2100
Hunter Lab49.886627.6140-38.1760
CIE-Lab56.964933.7523-39.5252

#a076ce color RGB value is (160,118,206).

#a076ce hex color red value is 160, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a076ce hue: 0.75 , saturation: 0.47 and the lightness value of a076ce is 0.64.

The process color (four color CMYK) of #a076ce color hex is 0.22, 0.43, 0.00, 0.19. Web safe color of #a076ce is #9966cc. Color #a076ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11001110
Octal 240 166 316
Decimal 160 118 206
Hex A0 76 CE

RGB Percentages of Color #a076ce

%33.06
%24.38
%42.56

CMYK Percentages of Color #a076ce

%22
%43
%0
%19

Triadic Colors of #a076ce

#a076ce #cea076 #76cea0

Analogous Colors of #a076ce

#a076ce #cc76ce #7678ce

Monochromatic Colors of #a076ce

#a076ce

Complementary Color

#a076ce #a4ce76

#a076ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076ce Color CSS Codes

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

#a076ce Text Font Color

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

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


#a076ce Background Color

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

This div background color is #a076ce


#a076ce Border Color

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

This div border color is #a076ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076ce


Comments

No comments written yet.

Please login to write comment.