Color Hex Logo

#a224cc Color Hex

#A224CC
(162,36,204)
0 Favorites   0 Comments

Color spaces of #a224cc

RGB 16236204
HSL0.790.700.47
HSV285°82°80°
CMYK 0.210.820.00   0.20
XYZ26.430313.302858.3014
Yxy13.30280.26960.1357
Hunter Lab36.473065.5229-69.2428
CIE-Lab43.216071.1144-60.3098

#a224cc color RGB value is (162,36,204).

#a224cc hex color red value is 162, green value is 36 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a224cc hue: 0.79 , saturation: 0.70 and the lightness value of a224cc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 00100100 11001100
Octal 242 44 314
Decimal 162 36 204
Hex A2 24 CC

RGB Percentages of Color #a224cc

%40.30
%8.96
%50.75

CMYK Percentages of Color #a224cc

%21
%82
%0
%20

Triadic Colors of #a224cc

#a224cc #cca224 #24cca2

Analogous Colors of #a224cc

#a224cc #cc24a2 #4e24cc

Monochromatic Colors of #a224cc

#a224cc

Complementary Color

#a224cc #4ecc24

#a224cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a224cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a224cc Color CSS Codes

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

#a224cc Text Font Color

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

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


#a224cc Background Color

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

This div background color is #a224cc


#a224cc Border Color

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

This div border color is #a224cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a224cc


Comments

No comments written yet.

Please login to write comment.