Color Hex Logo

#af62df Color Hex

#AF62DF
(175,98,223)
0 Favorites   0 Comments

Color spaces of #af62df

RGB 17598223
HSL0.770.660.63
HSV277°56°87°
CMYK 0.220.560.00   0.13
XYZ35.366223.177072.4217
Yxy23.17700.27000.1770
Hunter Lab48.142546.8794-55.4914
CIE-Lab55.254252.4977-51.7300

#af62df color RGB value is (175,98,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01100010 11011111
Octal 257 142 337
Decimal 175 98 223
Hex AF 62 DF

RGB Percentages of Color #af62df

%35.28
%19.76
%44.96

CMYK Percentages of Color #af62df

%22
%56
%0
%13

Triadic Colors of #af62df

#af62df #dfaf62 #62dfaf

Analogous Colors of #af62df

#af62df #df62d1 #7162df

Monochromatic Colors of #af62df

#af62df

Complementary Color

#af62df #92df62

#af62df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af62df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af62df Color CSS Codes

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

#af62df Text Font Color

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

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


#af62df Background Color

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

This div background color is #af62df


#af62df Border Color

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

This div border color is #af62df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af62df


Comments

No comments written yet.

Please login to write comment.