Color Hex Logo

#af56df Color Hex

#AF56DF
(175,86,223)
0 Favorites   0 Comments

Color spaces of #af56df

RGB 17586223
HSL0.770.680.61
HSV279°61°87°
CMYK 0.220.610.00   0.13
XYZ34.326321.097372.0750
Yxy21.09730.26920.1655
Hunter Lab45.931853.0181-60.8841
CIE-Lab53.055858.4135-55.2412

#af56df color RGB value is (175,86,223).

#af56df hex color red value is 175, green value is 86 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af56df hue: 0.77 , saturation: 0.68 and the lightness value of af56df is 0.61.

The process color (four color CMYK) of #af56df color hex is 0.22, 0.61, 0.00, 0.13. Web safe color of #af56df is #9966cc. Color #af56df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010110 11011111
Octal 257 126 337
Decimal 175 86 223
Hex AF 56 DF

RGB Percentages of Color #af56df

%36.16
%17.77
%46.07

CMYK Percentages of Color #af56df

%22
%61
%0
%13

Triadic Colors of #af56df

#af56df #dfaf56 #56dfaf

Analogous Colors of #af56df

#af56df #df56cb #6b56df

Monochromatic Colors of #af56df

#af56df

Complementary Color

#af56df #86df56

#af56df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af56df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af56df Color CSS Codes

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

#af56df Text Font Color

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

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


#af56df Background Color

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

This div background color is #af56df


#af56df Border Color

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

This div border color is #af56df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af56df


Comments

No comments written yet.

Please login to write comment.