Color Hex Logo

#a971be Color Hex

#A971BE
(169,113,190)
0 Favorites   0 Comments

Color spaces of #a971be

RGB 169113190
HSL0.790.370.59
HSV284°41°75°
CMYK 0.110.410.00   0.25
XYZ31.561623.963051.6770
Yxy23.96300.29440.2235
Hunter Lab48.952029.4211-28.3240
CIE-Lab56.050735.6762-31.7810

#a971be color RGB value is (169,113,190).

#a971be hex color red value is 169, green value is 113 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a971be hue: 0.79 , saturation: 0.37 and the lightness value of a971be is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01110001 10111110
Octal 251 161 276
Decimal 169 113 190
Hex A9 71 BE

RGB Percentages of Color #a971be

%35.81
%23.94
%40.25

CMYK Percentages of Color #a971be

%11
%41
%0
%25

Triadic Colors of #a971be

#a971be #bea971 #71bea9

Analogous Colors of #a971be

#a971be #be71ad #8371be

Monochromatic Colors of #a971be

#a971be

Complementary Color

#a971be #86be71

#a971be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a971be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a971be Color CSS Codes

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

#a971be Text Font Color

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

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


#a971be Background Color

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

This div background color is #a971be


#a971be Border Color

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

This div border color is #a971be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,113,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a971be


Comments

No comments written yet.

Please login to write comment.