Color Hex Logo

#af4fad Color Hex

#AF4FAD
(175,79,173)
0 Favorites   0 Comments

Color spaces of #af4fad

RGB 17579173
HSL0.840.380.50
HSV301°55°69°
CMYK 0.000.550.01   0.31
XYZ28.018017.723141.4793
Yxy17.72310.32120.2032
Hunter Lab42.098845.1241-28.9483
CIE-Lab49.158551.9082-32.6418

#af4fad color RGB value is (175,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001111 10101101
Octal 257 117 255
Decimal 175 79 173
Hex AF 4F AD

RGB Percentages of Color #af4fad

%40.98
%18.50
%40.52

CMYK Percentages of Color #af4fad

%0
%55
%1
%31

Triadic Colors of #af4fad

#af4fad #adaf4f #4fadaf

Analogous Colors of #af4fad

#af4fad #af4f7d #814faf

Monochromatic Colors of #af4fad

#af4fad

Complementary Color

#af4fad #4faf51

#af4fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4fad Color CSS Codes

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

#af4fad Text Font Color

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

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


#af4fad Background Color

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

This div background color is #af4fad


#af4fad Border Color

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

This div border color is #af4fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4fad


Comments

No comments written yet.

Please login to write comment.