Color Hex Logo

#af5dad Color Hex

#AF5DAD
(175,93,173)
0 Favorites   0 Comments

Color spaces of #af5dad

RGB 17593173
HSL0.840.340.53
HSV301°47°69°
CMYK 0.000.470.01   0.31
XYZ29.136419.959841.8521
Yxy19.95980.32040.2195
Hunter Lab44.676438.2278-24.2684
CIE-Lab51.791744.9282-28.5349

#af5dad color RGB value is (175,93,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011101 10101101
Octal 257 135 255
Decimal 175 93 173
Hex AF 5D AD

RGB Percentages of Color #af5dad

%39.68
%21.09
%39.23

CMYK Percentages of Color #af5dad

%0
%47
%1
%31

Triadic Colors of #af5dad

#af5dad #adaf5d #5dadaf

Analogous Colors of #af5dad

#af5dad #af5d84 #885daf

Monochromatic Colors of #af5dad

#af5dad

Complementary Color

#af5dad #5daf5f

#af5dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5dad Color CSS Codes

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

#af5dad Text Font Color

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

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


#af5dad Background Color

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

This div background color is #af5dad


#af5dad Border Color

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

This div border color is #af5dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5dad


Comments

No comments written yet.

Please login to write comment.