Color Hex Logo

#a753cc Color Hex

#A753CC
(167,83,204)
0 Favorites   0 Comments

Color spaces of #a753cc

RGB 16783204
HSL0.780.540.56
HSV282°59°80°
CMYK 0.180.590.00   0.20
XYZ29.928718.761659.1707
Yxy18.76160.27750.1739
Hunter Lab43.314747.5357-50.6738
CIE-Lab50.407153.9250-48.7145

#a753cc color RGB value is (167,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010011 11001100
Octal 247 123 314
Decimal 167 83 204
Hex A7 53 CC

RGB Percentages of Color #a753cc

%36.78
%18.28
%44.93

CMYK Percentages of Color #a753cc

%18
%59
%0
%20

Triadic Colors of #a753cc

#a753cc #cca753 #53cca7

Analogous Colors of #a753cc

#a753cc #cc53b5 #6b53cc

Monochromatic Colors of #a753cc

#a753cc

Complementary Color

#a753cc #78cc53

#a753cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a753cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a753cc Color CSS Codes

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

#a753cc Text Font Color

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

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


#a753cc Background Color

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

This div background color is #a753cc


#a753cc Border Color

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

This div border color is #a753cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a753cc


Comments

No comments written yet.

Please login to write comment.