Color Hex Logo

#af51ac Color Hex

#AF51AC
(175,81,172)
0 Favorites   0 Comments

Color spaces of #af51ac

RGB 17581172
HSL0.840.370.50
HSV302°54°69°
CMYK 0.000.540.02   0.31
XYZ28.068017.977441.0204
Yxy17.97740.32240.2065
Hunter Lab42.399843.9647-27.6813
CIE-Lab49.468750.7692-31.5704

#af51ac color RGB value is (175,81,172).

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

The process color (four color CMYK) of #af51ac color hex is 0.00, 0.54, 0.02, 0.31. Web safe color of #af51ac is #996699. Color #af51ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 10101100
Octal 257 121 254
Decimal 175 81 172
Hex AF 51 AC

RGB Percentages of Color #af51ac

%40.89
%18.93
%40.19

CMYK Percentages of Color #af51ac

%0
%54
%2
%31

Triadic Colors of #af51ac

#af51ac #acaf51 #51acaf

Analogous Colors of #af51ac

#af51ac #af517d #8351af

Monochromatic Colors of #af51ac

#af51ac

Complementary Color

#af51ac #51af54

#af51ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af51ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af51ac Color CSS Codes

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

#af51ac Text Font Color

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

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


#af51ac Background Color

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

This div background color is #af51ac


#af51ac Border Color

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

This div border color is #af51ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af51ac


Comments

No comments written yet.

Please login to write comment.