Color Hex Logo

#af568d Color Hex

#AF568D
(175,86,141)
0 Favorites   0 Comments

Color spaces of #af568d

RGB 17586141
HSL0.900.360.51
HSV323°51°69°
CMYK 0.000.510.19   0.31
XYZ25.814717.692627.2537
Yxy17.69260.36480.2500
Hunter Lab42.062635.9398-8.9721
CIE-Lab49.121143.1075-13.7651

#af568d color RGB value is (175,86,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 10001101
Octal 257 126 215
Decimal 175 86 141
Hex AF 56 8D

RGB Percentages of Color #af568d

%43.53
%21.39
%35.07

CMYK Percentages of Color #af568d

%0
%51
%19
%31

Triadic Colors of #af568d

#af568d #8daf56 #568daf

Analogous Colors of #af568d

#af568d #af5660 #a556af

Monochromatic Colors of #af568d

#af568d

Complementary Color

#af568d #56af78

#af568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af568d Color CSS Codes

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

#af568d Text Font Color

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

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


#af568d Background Color

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

This div background color is #af568d


#af568d Border Color

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

This div border color is #af568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af568d


Comments

No comments written yet.

Please login to write comment.