Color Hex Logo

#afa0df Color Hex

#AFA0DF
(175,160,223)
0 Favorites   0 Comments

Color spaces of #afa0df

RGB 175160223
HSL0.710.500.75
HSV254°28°87°
CMYK 0.220.280.00   0.13
XYZ43.569339.583375.1560
Yxy39.58330.27520.2500
Hunter Lab62.915313.5109-26.7847
CIE-Lab69.171718.4040-29.9043

#afa0df color RGB value is (175,160,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 11011111
Octal 257 240 337
Decimal 175 160 223
Hex AF A0 DF

RGB Percentages of Color #afa0df

%31.36
%28.67
%39.96

CMYK Percentages of Color #afa0df

%22
%28
%0
%13

Triadic Colors of #afa0df

#afa0df #dfafa0 #a0dfaf

Analogous Colors of #afa0df

#afa0df #cfa0df #a0b1df

Monochromatic Colors of #afa0df

#afa0df

Complementary Color

#afa0df #d0dfa0

#afa0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa0df Color CSS Codes

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

#afa0df Text Font Color

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

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


#afa0df Background Color

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

This div background color is #afa0df


#afa0df Border Color

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

This div border color is #afa0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa0df


Comments

No comments written yet.

Please login to write comment.