Color Hex Logo

#a951bb Color Hex

#A951BB
(169,81,187)
0 Favorites   0 Comments

Color spaces of #a951bb

RGB 16981187
HSL0.810.440.53
HSV290°57°73°
CMYK 0.100.570.00   0.27
XYZ28.274317.907748.9800
Yxy17.90770.29710.1882
Hunter Lab42.317545.2086-39.0024
CIE-Lab49.384051.9481-40.5128

#a951bb color RGB value is (169,81,187).

#a951bb hex color red value is 169, green value is 81 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a951bb hue: 0.81 , saturation: 0.44 and the lightness value of a951bb is 0.53.

The process color (four color CMYK) of #a951bb color hex is 0.10, 0.57, 0.00, 0.27. Web safe color of #a951bb is #9966cc. Color #a951bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01010001 10111011
Octal 251 121 273
Decimal 169 81 187
Hex A9 51 BB

RGB Percentages of Color #a951bb

%38.67
%18.54
%42.79

CMYK Percentages of Color #a951bb

%10
%57
%0
%27

Triadic Colors of #a951bb

#a951bb #bba951 #51bba9

Analogous Colors of #a951bb

#a951bb #bb5198 #7451bb

Monochromatic Colors of #a951bb

#a951bb

Complementary Color

#a951bb #63bb51

#a951bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a951bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a951bb Color CSS Codes

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

#a951bb Text Font Color

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

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


#a951bb Background Color

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

This div background color is #a951bb


#a951bb Border Color

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

This div border color is #a951bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a951bb


Comments

No comments written yet.

Please login to write comment.