Color Hex Logo

#a931cd Color Hex

#A931CD
(169,49,205)
0 Favorites   0 Comments

Color spaces of #a931cd

RGB 16949205
HSL0.790.610.50
HSV286°76°80°
CMYK 0.180.760.00   0.20
XYZ28.479915.039459.1594
Yxy15.03940.27740.1465
Hunter Lab38.780763.2214-63.2997
CIE-Lab45.688168.6856-56.8403

#a931cd color RGB value is (169,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110001 11001101
Octal 251 61 315
Decimal 169 49 205
Hex A9 31 CD

RGB Percentages of Color #a931cd

%39.95
%11.58
%48.46

CMYK Percentages of Color #a931cd

%18
%76
%0
%20

Triadic Colors of #a931cd

#a931cd #cda931 #31cda9

Analogous Colors of #a931cd

#a931cd #cd31a3 #5b31cd

Monochromatic Colors of #a931cd

#a931cd

Complementary Color

#a931cd #55cd31

#a931cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a931cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a931cd Color CSS Codes

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

#a931cd Text Font Color

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

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


#a931cd Background Color

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

This div background color is #a931cd


#a931cd Border Color

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

This div border color is #a931cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a931cd


Comments

No comments written yet.

Please login to write comment.