Color Hex Logo

#af488f Color Hex

#AF488F
(175,72,143)
0 Favorites   0 Comments

Color spaces of #af488f

RGB 17572143
HSL0.890.420.48
HSV319°59°69°
CMYK 0.000.590.18   0.31
XYZ24.954515.731927.7079
Yxy15.73190.36490.2300
Hunter Lab39.663542.8933-13.6541
CIE-Lab46.620850.2476-18.7724

#af488f color RGB value is (175,72,143).

#af488f hex color red value is 175, green value is 72 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af488f hue: 0.89 , saturation: 0.42 and the lightness value of af488f is 0.48.

The process color (four color CMYK) of #af488f color hex is 0.00, 0.59, 0.18, 0.31. Web safe color of #af488f is #993399. Color #af488f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10001111
Octal 257 110 217
Decimal 175 72 143
Hex AF 48 8F

RGB Percentages of Color #af488f

%44.87
%18.46
%36.67

CMYK Percentages of Color #af488f

%0
%59
%18
%31

Triadic Colors of #af488f

#af488f #8faf48 #488faf

Analogous Colors of #af488f

#af488f #af485b #9c48af

Monochromatic Colors of #af488f

#af488f

Complementary Color

#af488f #48af68

#af488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af488f Color CSS Codes

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

#af488f Text Font Color

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

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


#af488f Background Color

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

This div background color is #af488f


#af488f Border Color

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

This div border color is #af488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af488f


Comments

No comments written yet.

Please login to write comment.