Color Hex Logo

#af568f Color Hex

#AF568F
(175,86,143)
0 Favorites   0 Comments

Color spaces of #af568f

RGB 17586143
HSL0.890.360.51
HSV322°51°69°
CMYK 0.000.510.18   0.31
XYZ25.964917.752728.0447
Yxy17.75270.36180.2474
Hunter Lab42.134036.2656-9.9701
CIE-Lab49.194843.4169-14.8459

#af568f color RGB value is (175,86,143).

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

The process color (four color CMYK) of #af568f color hex is 0.00, 0.51, 0.18, 0.31. Web safe color of #af568f is #996699. Color #af568f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 10001111
Octal 257 126 217
Decimal 175 86 143
Hex AF 56 8F

RGB Percentages of Color #af568f

%43.32
%21.29
%35.40

CMYK Percentages of Color #af568f

%0
%51
%18
%31

Triadic Colors of #af568f

#af568f #8faf56 #568faf

Analogous Colors of #af568f

#af568f #af5662 #a356af

Monochromatic Colors of #af568f

#af568f

Complementary Color

#af568f #56af76

#af568f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af568f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af568f Color CSS Codes

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

#af568f Text Font Color

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

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


#af568f Background Color

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

This div background color is #af568f


#af568f Border Color

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

This div border color is #af568f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af568f


Comments

No comments written yet.

Please login to write comment.