Color Hex Logo

#af84df Color Hex

#AF84DF
(175,132,223)
0 Favorites   0 Comments

Color spaces of #af84df

RGB 175132223
HSL0.750.590.70
HSV268°41°87°
CMYK 0.220.410.00   0.13
XYZ39.249730.944273.7162
Yxy30.94420.27270.2150
Hunter Lab55.627528.5980-39.6304
CIE-Lab62.460534.1450-40.3394

#af84df color RGB value is (175,132,223).

#af84df hex color red value is 175, green value is 132 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #af84df hue: 0.75 , saturation: 0.59 and the lightness value of af84df is 0.70.

The process color (four color CMYK) of #af84df color hex is 0.22, 0.41, 0.00, 0.13. Web safe color of #af84df is #9999cc. Color #af84df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 11011111
Octal 257 204 337
Decimal 175 132 223
Hex AF 84 DF

RGB Percentages of Color #af84df

%33.02
%24.91
%42.08

CMYK Percentages of Color #af84df

%22
%41
%0
%13

Triadic Colors of #af84df

#af84df #dfaf84 #84dfaf

Analogous Colors of #af84df

#af84df #dd84df #8487df

Monochromatic Colors of #af84df

#af84df

Complementary Color

#af84df #b4df84

#af84df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af84df Color Preview on White Background

Lorem ipsum dolor sit amet.

#af84df Color CSS Codes

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

#af84df Text Font Color

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

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


#af84df Background Color

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

This div background color is #af84df


#af84df Border Color

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

This div border color is #af84df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af84df


Comments

No comments written yet.

Please login to write comment.