Color Hex Logo

#afa5df Color Hex

#AFA5DF
(175,165,223)
0 Favorites   0 Comments

Color spaces of #afa5df

RGB 175165223
HSL0.700.480.76
HSV250°26°87°
CMYK 0.220.260.00   0.13
XYZ44.453641.351975.4508
Yxy41.35190.27570.2564
Hunter Lab64.305410.8604-24.5523
CIE-Lab70.421815.6066-27.9798

#afa5df color RGB value is (175,165,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 11011111
Octal 257 245 337
Decimal 175 165 223
Hex AF A5 DF

RGB Percentages of Color #afa5df

%31.08
%29.31
%39.61

CMYK Percentages of Color #afa5df

%22
%26
%0
%13

Triadic Colors of #afa5df

#afa5df #dfafa5 #a5dfaf

Analogous Colors of #afa5df

#afa5df #cca5df #a5b8df

Monochromatic Colors of #afa5df

#afa5df

Complementary Color

#afa5df #d5dfa5

#afa5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa5df Color CSS Codes

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

#afa5df Text Font Color

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

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


#afa5df Background Color

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

This div background color is #afa5df


#afa5df Border Color

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

This div border color is #afa5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa5df


Comments

No comments written yet.

Please login to write comment.