Color Hex Logo

#a076df Color Hex

#A076DF
(160,118,223)
0 Favorites   0 Comments

Color spaces of #a076df

RGB 160118223
HSL0.730.620.67
HSV264°47°87°
CMYK 0.280.470.00   0.13
XYZ34.294925.758272.9763
Yxy25.75820.25780.1936
Hunter Lab50.752531.8005-49.7254
CIE-Lab57.806837.8265-47.7734

#a076df color RGB value is (160,118,223).

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

The process color (four color CMYK) of #a076df color hex is 0.28, 0.47, 0.00, 0.13. Web safe color of #a076df is #9966cc. Color #a076df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11011111
Octal 240 166 337
Decimal 160 118 223
Hex A0 76 DF

RGB Percentages of Color #a076df

%31.94
%23.55
%44.51

CMYK Percentages of Color #a076df

%28
%47
%0
%13

Triadic Colors of #a076df

#a076df #dfa076 #76dfa0

Analogous Colors of #a076df

#a076df #d576df #7681df

Monochromatic Colors of #a076df

#a076df

Complementary Color

#a076df #b5df76

#a076df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076df Color CSS Codes

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

#a076df Text Font Color

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

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


#a076df Background Color

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

This div background color is #a076df


#a076df Border Color

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

This div border color is #a076df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076df


Comments

No comments written yet.

Please login to write comment.