Color Hex Logo

#a432ca Color Hex

#A432CA
(164,50,202)
0 Favorites   0 Comments

Color spaces of #a432ca

RGB 16450202
HSL0.790.600.49
HSV285°75°79°
CMYK 0.190.750.00   0.21
XYZ27.111114.438057.2350
Yxy14.43800.27440.1462
Hunter Lab37.997460.8643-62.7097
CIE-Lab44.854666.8297-56.4882

#a432ca color RGB value is (164,50,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00110010 11001010
Octal 244 62 312
Decimal 164 50 202
Hex A4 32 CA

RGB Percentages of Color #a432ca

%39.42
%12.02
%48.56

CMYK Percentages of Color #a432ca

%19
%75
%0
%21

Triadic Colors of #a432ca

#a432ca #caa432 #32caa4

Analogous Colors of #a432ca

#a432ca #ca32a4 #5832ca

Monochromatic Colors of #a432ca

#a432ca

Complementary Color

#a432ca #58ca32

#a432ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a432ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a432ca Color CSS Codes

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

#a432ca Text Font Color

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

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


#a432ca Background Color

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

This div background color is #a432ca


#a432ca Border Color

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

This div border color is #a432ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a432ca


Comments

No comments written yet.

Please login to write comment.