Color Hex Logo

#afa3df Color Hex

#AFA3DF
(175,163,223)
0 Favorites   0 Comments

Color spaces of #afa3df

RGB 175163223
HSL0.700.480.76
HSV252°27°87°
CMYK 0.220.270.00   0.13
XYZ44.095740.636175.3315
Yxy40.63610.27550.2539
Hunter Lab63.746511.9185-25.4426
CIE-Lab69.920216.7241-28.7513

#afa3df color RGB value is (175,163,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 11011111
Octal 257 243 337
Decimal 175 163 223
Hex AF A3 DF

RGB Percentages of Color #afa3df

%31.19
%29.06
%39.75

CMYK Percentages of Color #afa3df

%22
%27
%0
%13

Triadic Colors of #afa3df

#afa3df #dfafa3 #a3dfaf

Analogous Colors of #afa3df

#afa3df #cda3df #a3b5df

Monochromatic Colors of #afa3df

#afa3df

Complementary Color

#afa3df #d3dfa3

#afa3df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa3df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa3df Color CSS Codes

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

#afa3df Text Font Color

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

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


#afa3df Background Color

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

This div background color is #afa3df


#afa3df Border Color

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

This div border color is #afa3df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa3df


Comments

No comments written yet.

Please login to write comment.