Color Hex Logo

#af64df Color Hex

#AF64DF
(175,100,223)
0 Favorites   0 Comments

Color spaces of #af64df

RGB 175100223
HSL0.770.660.63
HSV277°55°87°
CMYK 0.220.550.00   0.13
XYZ35.555723.556072.4848
Yxy23.55600.27020.1790
Hunter Lab48.534545.8311-54.5736
CIE-Lab55.640551.4739-51.1146

#af64df color RGB value is (175,100,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100100 11011111
Octal 257 144 337
Decimal 175 100 223
Hex AF 64 DF

RGB Percentages of Color #af64df

%35.14
%20.08
%44.78

CMYK Percentages of Color #af64df

%22
%55
%0
%13

Triadic Colors of #af64df

#af64df #dfaf64 #64dfaf

Analogous Colors of #af64df

#af64df #df64d2 #7264df

Monochromatic Colors of #af64df

#af64df

Complementary Color

#af64df #94df64

#af64df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af64df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af64df Color CSS Codes

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

#af64df Text Font Color

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

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


#af64df Background Color

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

This div background color is #af64df


#af64df Border Color

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

This div border color is #af64df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af64df


Comments

No comments written yet.

Please login to write comment.