Color Hex Logo

#a076cd Color Hex

#A076CD
(160,118,205)
0 Favorites   0 Comments

Color spaces of #a076cd

RGB 160118205
HSL0.750.470.63
HSV269°42°80°
CMYK 0.220.420.00   0.20
XYZ31.995124.838260.8655
Yxy24.83820.27180.2110
Hunter Lab49.837927.3775-37.5224
CIE-Lab56.917433.5184-39.0334

#a076cd color RGB value is (160,118,205).

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

The process color (four color CMYK) of #a076cd color hex is 0.22, 0.42, 0.00, 0.20. Web safe color of #a076cd is #9966cc. Color #a076cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11001101
Octal 240 166 315
Decimal 160 118 205
Hex A0 76 CD

RGB Percentages of Color #a076cd

%33.13
%24.43
%42.44

CMYK Percentages of Color #a076cd

%22
%42
%0
%20

Triadic Colors of #a076cd

#a076cd #cda076 #76cda0

Analogous Colors of #a076cd

#a076cd #cc76cd #7678cd

Monochromatic Colors of #a076cd

#a076cd

Complementary Color

#a076cd #a3cd76

#a076cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076cd Color CSS Codes

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

#a076cd Text Font Color

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

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


#a076cd Background Color

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

This div background color is #a076cd


#a076cd Border Color

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

This div border color is #a076cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076cd


Comments

No comments written yet.

Please login to write comment.