Color Hex Logo

#a941cd Color Hex

#A941CD
(169,65,205)
0 Favorites   0 Comments

Color spaces of #a941cd

RGB 16965205
HSL0.790.580.53
HSV285°68°80°
CMYK 0.180.680.00   0.20
XYZ29.271916.623459.4234
Yxy16.62340.27790.1578
Hunter Lab40.771856.8025-57.8727
CIE-Lab47.782062.7335-53.4726

#a941cd color RGB value is (169,65,205).

#a941cd hex color red value is 169, green value is 65 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a941cd hue: 0.79 , saturation: 0.58 and the lightness value of a941cd is 0.53.

The process color (four color CMYK) of #a941cd color hex is 0.18, 0.68, 0.00, 0.20. Web safe color of #a941cd is #9933cc. Color #a941cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01000001 11001101
Octal 251 101 315
Decimal 169 65 205
Hex A9 41 CD

RGB Percentages of Color #a941cd

%38.50
%14.81
%46.70

CMYK Percentages of Color #a941cd

%18
%68
%0
%20

Triadic Colors of #a941cd

#a941cd #cda941 #41cda9

Analogous Colors of #a941cd

#a941cd #cd41ab #6341cd

Monochromatic Colors of #a941cd

#a941cd

Complementary Color

#a941cd #65cd41

#a941cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a941cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a941cd Color CSS Codes

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

#a941cd Text Font Color

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

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


#a941cd Background Color

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

This div background color is #a941cd


#a941cd Border Color

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

This div border color is #a941cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a941cd


Comments

No comments written yet.

Please login to write comment.