Color Hex Logo

#a942ba Color Hex

#A942BA
(169,66,186)
0 Favorites   0 Comments

Color spaces of #a942ba

RGB 16966186
HSL0.810.480.49
HSV292°65°73°
CMYK 0.090.650.00   0.27
XYZ27.173315.876648.0867
Yxy15.87660.29820.1742
Hunter Lab39.845552.0016-43.6612
CIE-Lab46.812258.6435-44.0096

#a942ba color RGB value is (169,66,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000010 10111010
Octal 251 102 272
Decimal 169 66 186
Hex A9 42 BA

RGB Percentages of Color #a942ba

%40.14
%15.68
%44.18

CMYK Percentages of Color #a942ba

%9
%65
%0
%27

Triadic Colors of #a942ba

#a942ba #baa942 #42baa9

Analogous Colors of #a942ba

#a942ba #ba428f #6d42ba

Monochromatic Colors of #a942ba

#a942ba

Complementary Color

#a942ba #53ba42

#a942ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a942ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a942ba Color CSS Codes

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

#a942ba Text Font Color

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

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


#a942ba Background Color

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

This div background color is #a942ba


#a942ba Border Color

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

This div border color is #a942ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a942ba


Comments

No comments written yet.

Please login to write comment.