Color Hex Logo

#af9ddf Color Hex

#AF9DDF
(175,157,223)
0 Favorites   0 Comments

Color spaces of #af9ddf

RGB 175157223
HSL0.710.510.75
HSV256°30°87°
CMYK 0.220.300.00   0.13
XYZ43.055438.555674.9847
Yxy38.55560.27490.2462
Hunter Lab62.093215.1089-28.1344
CIE-Lab68.428120.0873-31.0520

#af9ddf color RGB value is (175,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 11011111
Octal 257 235 337
Decimal 175 157 223
Hex AF 9D DF

RGB Percentages of Color #af9ddf

%31.53
%28.29
%40.18

CMYK Percentages of Color #af9ddf

%22
%30
%0
%13

Triadic Colors of #af9ddf

#af9ddf #dfaf9d #9ddfaf

Analogous Colors of #af9ddf

#af9ddf #d09ddf #9dacdf

Monochromatic Colors of #af9ddf

#af9ddf

Complementary Color

#af9ddf #cddf9d

#af9ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9ddf Color CSS Codes

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

#af9ddf Text Font Color

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

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


#af9ddf Background Color

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

This div background color is #af9ddf


#af9ddf Border Color

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

This div border color is #af9ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9ddf


Comments

No comments written yet.

Please login to write comment.