Color Hex Logo

#a752bd Color Hex

#A752BD
(167,82,189)
0 Favorites   0 Comments

Color spaces of #a752bd

RGB 16782189
HSL0.800.450.53
HSV288°57°74°
CMYK 0.120.570.00   0.26
XYZ28.139017.924250.1207
Yxy17.92420.29260.1864
Hunter Lab42.337044.5491-40.5547
CIE-Lab49.404051.3283-41.6587

#a752bd color RGB value is (167,82,189).

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

The process color (four color CMYK) of #a752bd color hex is 0.12, 0.57, 0.00, 0.26. Web safe color of #a752bd is #9966cc. Color #a752bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 10111101
Octal 247 122 275
Decimal 167 82 189
Hex A7 52 BD

RGB Percentages of Color #a752bd

%38.13
%18.72
%43.15

CMYK Percentages of Color #a752bd

%12
%57
%0
%26

Triadic Colors of #a752bd

#a752bd #bda752 #52bda7

Analogous Colors of #a752bd

#a752bd #bd529e #7252bd

Monochromatic Colors of #a752bd

#a752bd

Complementary Color

#a752bd #68bd52

#a752bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752bd Color CSS Codes

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

#a752bd Text Font Color

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

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


#a752bd Background Color

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

This div background color is #a752bd


#a752bd Border Color

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

This div border color is #a752bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752bd


Comments

No comments written yet.

Please login to write comment.