Color Hex Logo

#a752ba Color Hex

#A752BA
(167,82,186)
0 Favorites   0 Comments

Color spaces of #a752ba

RGB 16782186
HSL0.800.430.53
HSV289°56°73°
CMYK 0.100.560.00   0.27
XYZ27.816617.795248.4231
Yxy17.79520.29580.1892
Hunter Lab42.184443.8813-38.5295
CIE-Lab49.246850.7287-40.1664

#a752ba color RGB value is (167,82,186).

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

The process color (four color CMYK) of #a752ba color hex is 0.10, 0.56, 0.00, 0.27. Web safe color of #a752ba is #9966cc. Color #a752ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010010 10111010
Octal 247 122 272
Decimal 167 82 186
Hex A7 52 BA

RGB Percentages of Color #a752ba

%38.39
%18.85
%42.76

CMYK Percentages of Color #a752ba

%10
%56
%0
%27

Triadic Colors of #a752ba

#a752ba #baa752 #52baa7

Analogous Colors of #a752ba

#a752ba #ba5299 #7352ba

Monochromatic Colors of #a752ba

#a752ba

Complementary Color

#a752ba #65ba52

#a752ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a752ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a752ba Color CSS Codes

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

#a752ba Text Font Color

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

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


#a752ba Background Color

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

This div background color is #a752ba


#a752ba Border Color

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

This div border color is #a752ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a752ba


Comments

No comments written yet.

Please login to write comment.