Color Hex Logo

#af569e Color Hex

#AF569E
(175,86,158)
0 Favorites   0 Comments

Color spaces of #af569e

RGB 17586158
HSL0.870.360.51
HSV311°51°69°
CMYK 0.000.510.10   0.31
XYZ27.178518.238234.4356
Yxy18.23820.34040.2284
Hunter Lab42.706238.8627-17.9134
CIE-Lab49.783845.8560-22.8431

#af569e color RGB value is (175,86,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 10011110
Octal 257 126 236
Decimal 175 86 158
Hex AF 56 9E

RGB Percentages of Color #af569e

%41.77
%20.53
%37.71

CMYK Percentages of Color #af569e

%0
%51
%10
%31

Triadic Colors of #af569e

#af569e #9eaf56 #569eaf

Analogous Colors of #af569e

#af569e #af5672 #9456af

Monochromatic Colors of #af569e

#af569e

Complementary Color

#af569e #56af67

#af569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af569e Color CSS Codes

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

#af569e Text Font Color

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

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


#af569e Background Color

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

This div background color is #af569e


#af569e Border Color

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

This div border color is #af569e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af569e


Comments

No comments written yet.

Please login to write comment.