Color Hex Logo

#a532cc Color Hex

#A532CC
(165,50,204)
0 Favorites   0 Comments

Color spaces of #a532cc

RGB 16550204
HSL0.790.610.50
HSV285°75°80°
CMYK 0.190.750.00   0.20
XYZ27.556714.640258.5002
Yxy14.64020.27370.1454
Hunter Lab38.262561.5965-63.8657
CIE-Lab45.137467.4043-57.1814

#a532cc color RGB value is (165,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110010 11001100
Octal 245 62 314
Decimal 165 50 204
Hex A5 32 CC

RGB Percentages of Color #a532cc

%39.38
%11.93
%48.69

CMYK Percentages of Color #a532cc

%19
%75
%0
%20

Triadic Colors of #a532cc

#a532cc #cca532 #32cca5

Analogous Colors of #a532cc

#a532cc #cc32a6 #5832cc

Monochromatic Colors of #a532cc

#a532cc

Complementary Color

#a532cc #59cc32

#a532cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a532cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a532cc Color CSS Codes

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

#a532cc Text Font Color

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

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


#a532cc Background Color

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

This div background color is #a532cc


#a532cc Border Color

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

This div border color is #a532cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a532cc


Comments

No comments written yet.

Please login to write comment.