Color Hex Logo

#af52ba Color Hex

#AF52BA
(175,82,186)
0 Favorites   0 Comments

Color spaces of #af52ba

RGB 17582186
HSL0.820.430.53
HSV294°56°73°
CMYK 0.060.560.00   0.27
XYZ29.559418.693748.5047
Yxy18.69370.30550.1932
Hunter Lab43.236246.3721-36.2494
CIE-Lab50.326952.8658-38.3898

#af52ba color RGB value is (175,82,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010010 10111010
Octal 257 122 272
Decimal 175 82 186
Hex AF 52 BA

RGB Percentages of Color #af52ba

%39.50
%18.51
%41.99

CMYK Percentages of Color #af52ba

%6
%56
%0
%27

Triadic Colors of #af52ba

#af52ba #baaf52 #52baaf

Analogous Colors of #af52ba

#af52ba #ba5291 #7b52ba

Monochromatic Colors of #af52ba

#af52ba

Complementary Color

#af52ba #5dba52

#af52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#af52ba Color CSS Codes

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

#af52ba Text Font Color

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

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


#af52ba Background Color

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

This div background color is #af52ba


#af52ba Border Color

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

This div border color is #af52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af52ba


Comments

No comments written yet.

Please login to write comment.