Color Hex Logo

#a652cd Color Hex

#A652CD
(166,82,205)
0 Favorites   0 Comments

Color spaces of #a652cd

RGB 16682205
HSL0.780.550.56
HSV281°60°80°
CMYK 0.190.600.00   0.20
XYZ29.762618.549459.7693
Yxy18.54940.27540.1716
Hunter Lab43.069047.9806-52.1318
CIE-Lab50.155854.3778-49.6963

#a652cd color RGB value is (166,82,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 11001101
Octal 246 122 315
Decimal 166 82 205
Hex A6 52 CD

RGB Percentages of Color #a652cd

%36.64
%18.10
%45.25

CMYK Percentages of Color #a652cd

%19
%60
%0
%20

Triadic Colors of #a652cd

#a652cd #cda652 #52cda6

Analogous Colors of #a652cd

#a652cd #cd52b7 #6952cd

Monochromatic Colors of #a652cd

#a652cd

Complementary Color

#a652cd #79cd52

#a652cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652cd Color CSS Codes

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

#a652cd Text Font Color

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

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


#a652cd Background Color

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

This div background color is #a652cd


#a652cd Border Color

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

This div border color is #a652cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,82,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a652cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652cd


Comments

No comments written yet.

Please login to write comment.