Color Hex Logo

#a652cb Color Hex

#A652CB
(166,82,203)
0 Favorites   0 Comments

Color spaces of #a652cb

RGB 16682203
HSL0.780.540.56
HSV282°60°80°
CMYK 0.180.600.00   0.20
XYZ29.522718.453458.5058
Yxy18.45340.27730.1733
Hunter Lab42.957447.4995-50.6797
CIE-Lab50.041553.9558-48.7313

#a652cb color RGB value is (166,82,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 11001011
Octal 246 122 313
Decimal 166 82 203
Hex A6 52 CB

RGB Percentages of Color #a652cb

%36.81
%18.18
%45.01

CMYK Percentages of Color #a652cb

%18
%60
%0
%20

Triadic Colors of #a652cb

#a652cb #cba652 #52cba6

Analogous Colors of #a652cb

#a652cb #cb52b4 #6a52cb

Monochromatic Colors of #a652cb

#a652cb

Complementary Color

#a652cb #77cb52

#a652cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652cb Color CSS Codes

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

#a652cb Text Font Color

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

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


#a652cb Background Color

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

This div background color is #a652cb


#a652cb Border Color

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

This div border color is #a652cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652cb


Comments

No comments written yet.

Please login to write comment.