Color Hex Logo

#a940bb Color Hex

#A940BB
(169,64,187)
0 Favorites   0 Comments

Color spaces of #a940bb

RGB 16964187
HSL0.810.490.49
HSV291°66°73°
CMYK 0.100.660.00   0.27
XYZ27.165215.689748.6104
Yxy15.68970.29700.1715
Hunter Lab39.610253.0997-45.0346
CIE-Lab46.564759.6774-44.9872

#a940bb color RGB value is (169,64,187).

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

The process color (four color CMYK) of #a940bb color hex is 0.10, 0.66, 0.00, 0.27. Web safe color of #a940bb is #9933cc. Color #a940bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000000 10111011
Octal 251 100 273
Decimal 169 64 187
Hex A9 40 BB

RGB Percentages of Color #a940bb

%40.24
%15.24
%44.52

CMYK Percentages of Color #a940bb

%10
%66
%0
%27

Triadic Colors of #a940bb

#a940bb #bba940 #40bba9

Analogous Colors of #a940bb

#a940bb #bb4090 #6c40bb

Monochromatic Colors of #a940bb

#a940bb

Complementary Color

#a940bb #52bb40

#a940bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a940bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a940bb Color CSS Codes

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

#a940bb Text Font Color

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

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


#a940bb Background Color

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

This div background color is #a940bb


#a940bb Border Color

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

This div border color is #a940bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a940bb


Comments

No comments written yet.

Please login to write comment.