Color Hex Logo

#a076da Color Hex

#A076DA
(160,118,218)
0 Favorites   0 Comments

Color spaces of #a076da

RGB 160118218
HSL0.740.570.66
HSV265°46°85°
CMYK 0.270.460.00   0.15
XYZ33.630525.492469.4777
Yxy25.49240.26150.1982
Hunter Lab50.490030.5382-46.2441
CIE-Lab57.552136.6109-45.3697

#a076da color RGB value is (160,118,218).

#a076da hex color red value is 160, green value is 118 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a076da hue: 0.74 , saturation: 0.57 and the lightness value of a076da is 0.66.

The process color (four color CMYK) of #a076da color hex is 0.27, 0.46, 0.00, 0.15. Web safe color of #a076da is #9966cc. Color #a076da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11011010
Octal 240 166 332
Decimal 160 118 218
Hex A0 76 DA

RGB Percentages of Color #a076da

%32.26
%23.79
%43.95

CMYK Percentages of Color #a076da

%27
%46
%0
%15

Triadic Colors of #a076da

#a076da #daa076 #76daa0

Analogous Colors of #a076da

#a076da #d276da #767eda

Monochromatic Colors of #a076da

#a076da

Complementary Color

#a076da #b0da76

#a076da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076da Color CSS Codes

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

#a076da Text Font Color

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

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


#a076da Background Color

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

This div background color is #a076da


#a076da Border Color

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

This div border color is #a076da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076da


Comments

No comments written yet.

Please login to write comment.