Color Hex Logo

#a652be Color Hex

#A652BE
(166,82,190)
0 Favorites   0 Comments

Color spaces of #a652be

RGB 16682190
HSL0.800.450.53
HSV287°57°75°
CMYK 0.130.570.00   0.25
XYZ28.037417.859350.6846
Yxy17.85930.29030.1849
Hunter Lab42.260344.4696-41.5269
CIE-Lab49.325051.2674-42.3720

#a652be color RGB value is (166,82,190).

#a652be hex color red value is 166, green value is 82 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a652be hue: 0.80 , saturation: 0.45 and the lightness value of a652be is 0.53.

The process color (four color CMYK) of #a652be color hex is 0.13, 0.57, 0.00, 0.25. Web safe color of #a652be is #9966cc. Color #a652be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10111110
Octal 246 122 276
Decimal 166 82 190
Hex A6 52 BE

RGB Percentages of Color #a652be

%37.90
%18.72
%43.38

CMYK Percentages of Color #a652be

%13
%57
%0
%25

Triadic Colors of #a652be

#a652be #bea652 #52bea6

Analogous Colors of #a652be

#a652be #be52a0 #7052be

Monochromatic Colors of #a652be

#a652be

Complementary Color

#a652be #6abe52

#a652be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652be Color CSS Codes

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

#a652be Text Font Color

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

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


#a652be Background Color

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

This div background color is #a652be


#a652be Border Color

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

This div border color is #a652be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652be


Comments

No comments written yet.

Please login to write comment.