Color Hex Logo

#a752be Color Hex

#A752BE
(167,82,190)
0 Favorites   0 Comments

Color spaces of #a752be

RGB 16782190
HSL0.800.450.53
HSV287°57°75°
CMYK 0.120.570.00   0.25
XYZ28.247917.967850.6945
Yxy17.96780.29150.1854
Hunter Lab42.388444.7736-41.2360
CIE-Lab49.457051.5292-42.1544

#a752be color RGB value is (167,82,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 10111110
Octal 247 122 276
Decimal 167 82 190
Hex A7 52 BE

RGB Percentages of Color #a752be

%38.04
%18.68
%43.28

CMYK Percentages of Color #a752be

%12
%57
%0
%25

Triadic Colors of #a752be

#a752be #bea752 #52bea7

Analogous Colors of #a752be

#a752be #be529f #7152be

Monochromatic Colors of #a752be

#a752be

Complementary Color

#a752be #69be52

#a752be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752be Color CSS Codes

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

#a752be Text Font Color

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

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


#a752be Background Color

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

This div background color is #a752be


#a752be Border Color

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

This div border color is #a752be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a752be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752be


Comments

No comments written yet.

Please login to write comment.