Color Hex Logo

#af5aad Color Hex

#AF5AAD
(175,90,173)
0 Favorites   0 Comments

Color spaces of #af5aad

RGB 17590173
HSL0.840.350.52
HSV301°49°69°
CMYK 0.000.490.01   0.31
XYZ28.878219.443441.7661
Yxy19.44340.32060.2158
Hunter Lab44.094739.7364-25.2927
CIE-Lab51.202046.4714-29.4520

#af5aad color RGB value is (175,90,173).

#af5aad hex color red value is 175, green value is 90 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #af5aad hue: 0.84 , saturation: 0.35 and the lightness value of af5aad is 0.52.

The process color (four color CMYK) of #af5aad color hex is 0.00, 0.49, 0.01, 0.31. Web safe color of #af5aad is #996699. Color #af5aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011010 10101101
Octal 257 132 255
Decimal 175 90 173
Hex AF 5A AD

RGB Percentages of Color #af5aad

%39.95
%20.55
%39.50

CMYK Percentages of Color #af5aad

%0
%49
%1
%31

Triadic Colors of #af5aad

#af5aad #adaf5a #5aadaf

Analogous Colors of #af5aad

#af5aad #af5a83 #875aaf

Monochromatic Colors of #af5aad

#af5aad

Complementary Color

#af5aad #5aaf5c

#af5aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5aad Color CSS Codes

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

#af5aad Text Font Color

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

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


#af5aad Background Color

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

This div background color is #af5aad


#af5aad Border Color

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

This div border color is #af5aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5aad


Comments

No comments written yet.

Please login to write comment.