Color Hex Logo

#af57df Color Hex

#AF57DF
(175,87,223)
0 Favorites   0 Comments

Color spaces of #af57df

RGB 17587223
HSL0.770.680.61
HSV279°61°87°
CMYK 0.220.610.00   0.13
XYZ34.406721.258172.1018
Yxy21.25810.26930.1664
Hunter Lab46.106552.5181-60.4437
CIE-Lab53.230857.9370-54.9611

#af57df color RGB value is (175,87,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010111 11011111
Octal 257 127 337
Decimal 175 87 223
Hex AF 57 DF

RGB Percentages of Color #af57df

%36.08
%17.94
%45.98

CMYK Percentages of Color #af57df

%22
%61
%0
%13

Triadic Colors of #af57df

#af57df #dfaf57 #57dfaf

Analogous Colors of #af57df

#af57df #df57cb #6b57df

Monochromatic Colors of #af57df

#af57df

Complementary Color

#af57df #87df57

#af57df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af57df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af57df Color CSS Codes

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

#af57df Text Font Color

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

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


#af57df Background Color

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

This div background color is #af57df


#af57df Border Color

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

This div border color is #af57df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af57df


Comments

No comments written yet.

Please login to write comment.