Color Hex Logo

#a652b5 Color Hex

#A652B5
(166,82,181)
0 Favorites   0 Comments

Color spaces of #a652b5

RGB 16682181
HSL0.810.400.52
HSV291°55°71°
CMYK 0.080.550.00   0.29
XYZ27.083717.477845.6621
Yxy17.47780.30020.1937
Hunter Lab41.806542.4773-35.4936
CIE-Lab48.856549.4693-37.8808

#a652b5 color RGB value is (166,82,181).

#a652b5 hex color red value is 166, green value is 82 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a652b5 hue: 0.81 , saturation: 0.40 and the lightness value of a652b5 is 0.52.

The process color (four color CMYK) of #a652b5 color hex is 0.08, 0.55, 0.00, 0.29. Web safe color of #a652b5 is #9966cc. Color #a652b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01010010 10110101
Octal 246 122 265
Decimal 166 82 181
Hex A6 52 B5

RGB Percentages of Color #a652b5

%38.69
%19.11
%42.19

CMYK Percentages of Color #a652b5

%8
%55
%0
%29

Triadic Colors of #a652b5

#a652b5 #b5a652 #52b5a6

Analogous Colors of #a652b5

#a652b5 #b55293 #7552b5

Monochromatic Colors of #a652b5

#a652b5

Complementary Color

#a652b5 #61b552

#a652b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a652b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a652b5 Color CSS Codes

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

#a652b5 Text Font Color

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

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


#a652b5 Background Color

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

This div background color is #a652b5


#a652b5 Border Color

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

This div border color is #a652b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a652b5


Comments

No comments written yet.

Please login to write comment.