Color Hex Logo

#af30ac Color Hex

#AF30AC
(175,48,172)
0 Favorites   0 Comments

Color spaces of #af30ac

RGB 17548172
HSL0.840.570.44
HSV301°73°69°
CMYK 0.000.730.02   0.31
XYZ26.182514.206440.3919
Yxy14.20640.32410.1759
Hunter Lab37.691458.0360-37.1541
CIE-Lab44.527564.4382-39.3482

#af30ac color RGB value is (175,48,172).

#af30ac hex color red value is 175, green value is 48 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af30ac hue: 0.84 , saturation: 0.57 and the lightness value of af30ac is 0.44.

The process color (four color CMYK) of #af30ac color hex is 0.00, 0.73, 0.02, 0.31. Web safe color of #af30ac is #993399. Color #af30ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110000 10101100
Octal 257 60 254
Decimal 175 48 172
Hex AF 30 AC

RGB Percentages of Color #af30ac

%44.30
%12.15
%43.54

CMYK Percentages of Color #af30ac

%0
%73
%2
%31

Triadic Colors of #af30ac

#af30ac #acaf30 #30acaf

Analogous Colors of #af30ac

#af30ac #af306d #7330af

Monochromatic Colors of #af30ac

#af30ac

Complementary Color

#af30ac #30af33

#af30ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af30ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af30ac Color CSS Codes

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

#af30ac Text Font Color

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

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


#af30ac Background Color

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

This div background color is #af30ac


#af30ac Border Color

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

This div border color is #af30ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,48,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af30ac


Comments

No comments written yet.

Please login to write comment.