Color Hex Logo

#a071bf Color Hex

#A071BF
(160,113,191)
0 Favorites   0 Comments

Color spaces of #a071bf

RGB 160113191
HSL0.770.380.60
HSV276°41°75°
CMYK 0.160.410.00   0.25
XYZ29.806323.045452.1675
Yxy23.04540.28380.2194
Hunter Lab48.005626.8193-30.8262
CIE-Lab55.119133.1505-33.8793

#a071bf color RGB value is (160,113,191).

#a071bf hex color red value is 160, green value is 113 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a071bf hue: 0.77 , saturation: 0.38 and the lightness value of a071bf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110001 10111111
Octal 240 161 277
Decimal 160 113 191
Hex A0 71 BF

RGB Percentages of Color #a071bf

%34.48
%24.35
%41.16

CMYK Percentages of Color #a071bf

%16
%41
%0
%25

Triadic Colors of #a071bf

#a071bf #bfa071 #71bfa0

Analogous Colors of #a071bf

#a071bf #bf71b7 #7971bf

Monochromatic Colors of #a071bf

#a071bf

Complementary Color

#a071bf #90bf71

#a071bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a071bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a071bf Color CSS Codes

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

#a071bf Text Font Color

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

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


#a071bf Background Color

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

This div background color is #a071bf


#a071bf Border Color

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

This div border color is #a071bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,113,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 #a071bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a071bf


Comments

No comments written yet.

Please login to write comment.