Color Hex Logo

#a431cd Color Hex

#A431CD
(164,49,205)
0 Favorites   0 Comments

Color spaces of #a431cd

RGB 16449205
HSL0.790.610.50
HSV284°76°80°
CMYK 0.200.760.00   0.20
XYZ27.427614.496959.1102
Yxy14.49690.27150.1435
Hunter Lab38.074861.9536-65.3939
CIE-Lab44.937367.7493-58.0896

#a431cd color RGB value is (164,49,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110001 11001101
Octal 244 61 315
Decimal 164 49 205
Hex A4 31 CD

RGB Percentages of Color #a431cd

%39.23
%11.72
%49.04

CMYK Percentages of Color #a431cd

%20
%76
%0
%20

Triadic Colors of #a431cd

#a431cd #cda431 #31cda4

Analogous Colors of #a431cd

#a431cd #cd31a8 #5631cd

Monochromatic Colors of #a431cd

#a431cd

Complementary Color

#a431cd #5acd31

#a431cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a431cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a431cd Color CSS Codes

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

#a431cd Text Font Color

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

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


#a431cd Background Color

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

This div background color is #a431cd


#a431cd Border Color

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

This div border color is #a431cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a431cd


Comments

No comments written yet.

Please login to write comment.