Color Hex Logo

#af9dca Color Hex

#AF9DCA
(175,157,202)
0 Favorites   0 Comments

Color spaces of #af9dca

RGB 175157202
HSL0.730.300.70
HSV264°22°79°
CMYK 0.130.220.00   0.21
XYZ40.396837.492260.9847
Yxy37.49220.29090.2700
Hunter Lab61.230910.6106-16.1900
CIE-Lab67.644715.3919-20.6457

#af9dca color RGB value is (175,157,202).

#af9dca hex color red value is 175, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #af9dca hue: 0.73 , saturation: 0.30 and the lightness value of af9dca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 11001010
Octal 257 235 312
Decimal 175 157 202
Hex AF 9D CA

RGB Percentages of Color #af9dca

%32.77
%29.40
%37.83

CMYK Percentages of Color #af9dca

%13
%22
%0
%21

Triadic Colors of #af9dca

#af9dca #caaf9d #9dcaaf

Analogous Colors of #af9dca

#af9dca #c69dca #9da2ca

Monochromatic Colors of #af9dca

#af9dca

Complementary Color

#af9dca #b8ca9d

#af9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9dca Color CSS Codes

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

#af9dca Text Font Color

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

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


#af9dca Background Color

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

This div background color is #af9dca


#af9dca Border Color

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

This div border color is #af9dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,157,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #af9dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9dca


Comments

No comments written yet.

Please login to write comment.