Color Hex Logo

#a942bb Color Hex

#A942BB
(169,66,187)
0 Favorites   0 Comments

Color spaces of #a942bb

RGB 16966187
HSL0.810.480.50
HSV291°65°73°
CMYK 0.100.650.00   0.27
XYZ27.280015.919348.6486
Yxy15.91930.29700.1733
Hunter Lab39.899052.2219-44.3626
CIE-Lab46.868458.8316-44.5035

#a942bb color RGB value is (169,66,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 10111011
Octal 251 102 273
Decimal 169 66 187
Hex A9 42 BB

RGB Percentages of Color #a942bb

%40.05
%15.64
%44.31

CMYK Percentages of Color #a942bb

%10
%65
%0
%27

Triadic Colors of #a942bb

#a942bb #bba942 #42bba9

Analogous Colors of #a942bb

#a942bb #bb4291 #6d42bb

Monochromatic Colors of #a942bb

#a942bb

Complementary Color

#a942bb #54bb42

#a942bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942bb Color CSS Codes

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

#a942bb Text Font Color

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

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


#a942bb Background Color

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

This div background color is #a942bb


#a942bb Border Color

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

This div border color is #a942bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942bb


Comments

No comments written yet.

Please login to write comment.