Color Hex Logo

#a941dc Color Hex

#A941DC
(169,65,220)
0 Favorites   0 Comments

Color spaces of #a941dc

RGB 16965220
HSL0.780.690.56
HSV280°70°86°
CMYK 0.230.700.00   0.14
XYZ31.170817.382969.4225
Yxy17.38290.26420.1473
Hunter Lab41.692860.4896-69.5385
CIE-Lab48.738965.7577-60.5192

#a941dc color RGB value is (169,65,220).

#a941dc hex color red value is 169, green value is 65 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a941dc hue: 0.78 , saturation: 0.69 and the lightness value of a941dc is 0.56.

The process color (four color CMYK) of #a941dc color hex is 0.23, 0.70, 0.00, 0.14. Web safe color of #a941dc is #9933cc. Color #a941dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 11011100
Octal 251 101 334
Decimal 169 65 220
Hex A9 41 DC

RGB Percentages of Color #a941dc

%37.22
%14.32
%48.46

CMYK Percentages of Color #a941dc

%23
%70
%0
%14

Triadic Colors of #a941dc

#a941dc #dca941 #41dca9

Analogous Colors of #a941dc

#a941dc #dc41c2 #5c41dc

Monochromatic Colors of #a941dc

#a941dc

Complementary Color

#a941dc #74dc41

#a941dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a941dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a941dc Color CSS Codes

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

#a941dc Text Font Color

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

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


#a941dc Background Color

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

This div background color is #a941dc


#a941dc Border Color

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

This div border color is #a941dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a941dc


Comments

No comments written yet.

Please login to write comment.