Color Hex Logo

#a076bf Color Hex

#A076BF
(160,118,191)
0 Favorites   0 Comments

Color spaces of #a076bf

RGB 160118191
HSL0.760.360.61
HSV275°38°75°
CMYK 0.160.380.00   0.25
XYZ30.379624.192052.3586
Yxy24.19200.28410.2262
Hunter Lab49.185424.1771-28.6854
CIE-Lab56.279530.3127-32.0694

#a076bf color RGB value is (160,118,191).

#a076bf hex color red value is 160, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a076bf hue: 0.76 , saturation: 0.36 and the lightness value of a076bf is 0.61.

The process color (four color CMYK) of #a076bf color hex is 0.16, 0.38, 0.00, 0.25. Web safe color of #a076bf is #9966cc. Color #a076bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110110 10111111
Octal 240 166 277
Decimal 160 118 191
Hex A0 76 BF

RGB Percentages of Color #a076bf

%34.12
%25.16
%40.72

CMYK Percentages of Color #a076bf

%16
%38
%0
%25

Triadic Colors of #a076bf

#a076bf #bfa076 #76bfa0

Analogous Colors of #a076bf

#a076bf #bf76ba #7c76bf

Monochromatic Colors of #a076bf

#a076bf

Complementary Color

#a076bf #95bf76

#a076bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a076bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a076bf Color CSS Codes

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

#a076bf Text Font Color

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

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


#a076bf Background Color

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

This div background color is #a076bf


#a076bf Border Color

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

This div border color is #a076bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a076bf


Comments

No comments written yet.

Please login to write comment.