Color Hex Logo

#a432cc Color Hex

#A432CC
(164,50,204)
0 Favorites   0 Comments

Color spaces of #a432cc

RGB 16450204
HSL0.790.610.50
HSV284°75°80°
CMYK 0.200.750.00   0.20
XYZ27.349514.533458.4905
Yxy14.53340.27250.1448
Hunter Lab38.122761.3425-64.2810
CIE-Lab44.988467.2151-57.4294

#a432cc color RGB value is (164,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110010 11001100
Octal 244 62 314
Decimal 164 50 204
Hex A4 32 CC

RGB Percentages of Color #a432cc

%39.23
%11.96
%48.80

CMYK Percentages of Color #a432cc

%20
%75
%0
%20

Triadic Colors of #a432cc

#a432cc #cca432 #32cca4

Analogous Colors of #a432cc

#a432cc #cc32a7 #5732cc

Monochromatic Colors of #a432cc

#a432cc

Complementary Color

#a432cc #5acc32

#a432cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a432cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a432cc Color CSS Codes

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

#a432cc Text Font Color

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

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


#a432cc Background Color

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

This div background color is #a432cc


#a432cc Border Color

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

This div border color is #a432cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,50,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a432cc


Comments

No comments written yet.

Please login to write comment.