Color Hex Logo

#a931ca Color Hex

#A931CA
(169,49,202)
0 Favorites   0 Comments

Color spaces of #a931ca

RGB 16949202
HSL0.800.610.49
HSV287°76°79°
CMYK 0.160.760.00   0.21
XYZ28.121214.895957.2702
Yxy14.89590.28040.1485
Hunter Lab38.595262.5169-60.9619
CIE-Lab45.491368.1233-55.4237

#a931ca color RGB value is (169,49,202).

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

The process color (four color CMYK) of #a931ca color hex is 0.16, 0.76, 0.00, 0.21. Web safe color of #a931ca is #9933cc. Color #a931ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 00110001 11001010
Octal 251 61 312
Decimal 169 49 202
Hex A9 31 CA

RGB Percentages of Color #a931ca

%40.24
%11.67
%48.10

CMYK Percentages of Color #a931ca

%16
%76
%0
%21

Triadic Colors of #a931ca

#a931ca #caa931 #31caa9

Analogous Colors of #a931ca

#a931ca #ca319f #5d31ca

Monochromatic Colors of #a931ca

#a931ca

Complementary Color

#a931ca #52ca31

#a931ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a931ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a931ca Color CSS Codes

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

#a931ca Text Font Color

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

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


#a931ca Background Color

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

This div background color is #a931ca


#a931ca Border Color

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

This div border color is #a931ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a931ca


Comments

No comments written yet.

Please login to write comment.