Color Hex Logo

#af479f Color Hex

#AF479F
(175,71,159)
0 Favorites   0 Comments

Color spaces of #af479f

RGB 17571159
HSL0.860.420.48
HSV309°59°69°
CMYK 0.000.590.09   0.31
XYZ26.190416.123634.5327
Yxy16.12360.34080.2098
Hunter Lab40.154246.1560-22.8816
CIE-Lab47.136253.2264-27.5358

#af479f color RGB value is (175,71,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000111 10011111
Octal 257 107 237
Decimal 175 71 159
Hex AF 47 9F

RGB Percentages of Color #af479f

%43.21
%17.53
%39.26

CMYK Percentages of Color #af479f

%0
%59
%9
%31

Triadic Colors of #af479f

#af479f #9faf47 #479faf

Analogous Colors of #af479f

#af479f #af476b #8b47af

Monochromatic Colors of #af479f

#af479f

Complementary Color

#af479f #47af57

#af479f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af479f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af479f Color CSS Codes

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

#af479f Text Font Color

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

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


#af479f Background Color

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

This div background color is #af479f


#af479f Border Color

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

This div border color is #af479f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af479f


Comments

No comments written yet.

Please login to write comment.