Color Hex Logo

#a653cc Color Hex

#A653CC
(166,83,204)
0 Favorites   0 Comments

Color spaces of #a653cc

RGB 16683204
HSL0.780.540.56
HSV281°59°80°
CMYK 0.190.590.00   0.20
XYZ29.718218.653159.1608
Yxy18.65310.27640.1735
Hunter Lab43.189247.2434-50.9832
CIE-Lab50.278953.6784-48.9265

#a653cc color RGB value is (166,83,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010011 11001100
Octal 246 123 314
Decimal 166 83 204
Hex A6 53 CC

RGB Percentages of Color #a653cc

%36.64
%18.32
%45.03

CMYK Percentages of Color #a653cc

%19
%59
%0
%20

Triadic Colors of #a653cc

#a653cc #cca653 #53cca6

Analogous Colors of #a653cc

#a653cc #cc53b6 #6a53cc

Monochromatic Colors of #a653cc

#a653cc

Complementary Color

#a653cc #79cc53

#a653cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a653cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a653cc Color CSS Codes

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

#a653cc Text Font Color

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

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


#a653cc Background Color

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

This div background color is #a653cc


#a653cc Border Color

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

This div border color is #a653cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a653cc


Comments

No comments written yet.

Please login to write comment.