Color Hex Logo

#a253cc Color Hex

#A253CC
(162,83,204)
0 Favorites   0 Comments

Color spaces of #a253cc

RGB 16283204
HSL0.780.540.56
HSV279°59°80°
CMYK 0.210.590.00   0.20
XYZ28.892618.227559.1222
Yxy18.22750.27200.1716
Hunter Lab42.693746.0845-52.2192
CIE-Lab49.770952.6958-49.7669

#a253cc color RGB value is (162,83,204).

#a253cc hex color red value is 162, green value is 83 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a253cc hue: 0.78 , saturation: 0.54 and the lightness value of a253cc is 0.56.

The process color (four color CMYK) of #a253cc color hex is 0.21, 0.59, 0.00, 0.20. Web safe color of #a253cc is #9966cc. Color #a253cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010011 11001100
Octal 242 123 314
Decimal 162 83 204
Hex A2 53 CC

RGB Percentages of Color #a253cc

%36.08
%18.49
%45.43

CMYK Percentages of Color #a253cc

%21
%59
%0
%20

Triadic Colors of #a253cc

#a253cc #cca253 #53cca2

Analogous Colors of #a253cc

#a253cc #cc53ba #6653cc

Monochromatic Colors of #a253cc

#a253cc

Complementary Color

#a253cc #7dcc53

#a253cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a253cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a253cc Color CSS Codes

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

#a253cc Text Font Color

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

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


#a253cc Background Color

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

This div background color is #a253cc


#a253cc Border Color

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

This div border color is #a253cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a253cc


Comments

No comments written yet.

Please login to write comment.