Color Hex Logo

#af5d9a Color Hex

#AF5D9A
(175,93,154)
0 Favorites   0 Comments

Color spaces of #af5d9a

RGB 17593154
HSL0.880.340.53
HSV315°47°69°
CMYK 0.000.470.12   0.31
XYZ27.426319.275832.8469
Yxy19.27580.34480.2423
Hunter Lab43.904234.6739-13.6248
CIE-Lab51.008341.5757-18.6032

#af5d9a color RGB value is (175,93,154).

#af5d9a hex color red value is 175, green value is 93 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #af5d9a hue: 0.88 , saturation: 0.34 and the lightness value of af5d9a is 0.53.

The process color (four color CMYK) of #af5d9a color hex is 0.00, 0.47, 0.12, 0.31. Web safe color of #af5d9a is #996699. Color #af5d9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011101 10011010
Octal 257 135 232
Decimal 175 93 154
Hex AF 5D 9A

RGB Percentages of Color #af5d9a

%41.47
%22.04
%36.49

CMYK Percentages of Color #af5d9a

%0
%47
%12
%31

Triadic Colors of #af5d9a

#af5d9a #9aaf5d #5d9aaf

Analogous Colors of #af5d9a

#af5d9a #af5d71 #9b5daf

Monochromatic Colors of #af5d9a

#af5d9a

Complementary Color

#af5d9a #5daf72

#af5d9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5d9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5d9a Color CSS Codes

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

#af5d9a Text Font Color

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

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


#af5d9a Background Color

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

This div background color is #af5d9a


#af5d9a Border Color

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

This div border color is #af5d9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5d9a


Comments

No comments written yet.

Please login to write comment.