Color Hex Logo

#a076fb Color Hex

#A076FB
(160,118,251)
0 Favorites   0 Comments

Color spaces of #a076fb

RGB 160118251
HSL0.720.940.72
HSV259°53°98°
CMYK 0.360.530.00   0.02
XYZ38.388227.395594.5314
Yxy27.39550.23950.1709
Hunter Lab52.340739.3208-70.4439
CIE-Lab59.338644.8570-60.9015

#a076fb color RGB value is (160,118,251).

#a076fb hex color red value is 160, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a076fb hue: 0.72 , saturation: 0.94 and the lightness value of a076fb is 0.72.

The process color (four color CMYK) of #a076fb color hex is 0.36, 0.53, 0.00, 0.02. Web safe color of #a076fb is #9966ff. Color #a076fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 11111011
Octal 240 166 373
Decimal 160 118 251
Hex A0 76 FB

RGB Percentages of Color #a076fb

%30.25
%22.31
%47.45

CMYK Percentages of Color #a076fb

%36
%53
%0
%2

Triadic Colors of #a076fb

#a076fb #fba076 #76fba0

Analogous Colors of #a076fb

#a076fb #e376fb #768ffb

Monochromatic Colors of #a076fb

#a076fb

Complementary Color

#a076fb #d1fb76

#a076fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076fb Color CSS Codes

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

#a076fb Text Font Color

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

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


#a076fb Background Color

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

This div background color is #a076fb


#a076fb Border Color

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

This div border color is #a076fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076fb


Comments

No comments written yet.

Please login to write comment.