Color Hex Logo

#a732cc Color Hex

#A732CC
(167,50,204)
0 Favorites   0 Comments

Color spaces of #a732cc

RGB 16750204
HSL0.790.610.50
HSV286°75°80°
CMYK 0.180.750.00   0.20
XYZ27.976014.856358.5198
Yxy14.85630.27600.1466
Hunter Lab38.543962.1075-63.0372
CIE-Lab45.436767.7840-56.6835

#a732cc color RGB value is (167,50,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110010 11001100
Octal 247 62 314
Decimal 167 50 204
Hex A7 32 CC

RGB Percentages of Color #a732cc

%39.67
%11.88
%48.46

CMYK Percentages of Color #a732cc

%18
%75
%0
%20

Triadic Colors of #a732cc

#a732cc #cca732 #32cca7

Analogous Colors of #a732cc

#a732cc #cc32a4 #5a32cc

Monochromatic Colors of #a732cc

#a732cc

Complementary Color

#a732cc #57cc32

#a732cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a732cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a732cc Color CSS Codes

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

#a732cc Text Font Color

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

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


#a732cc Background Color

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

This div background color is #a732cc


#a732cc Border Color

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

This div border color is #a732cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a732cc


Comments

No comments written yet.

Please login to write comment.