Color Hex Logo

#af48ad Color Hex

#AF48AD
(175,72,173)
0 Favorites   0 Comments

Color spaces of #af48ad

RGB 17572173
HSL0.840.420.48
HSV301°59°69°
CMYK 0.000.590.01   0.31
XYZ27.539416.765841.3198
Yxy16.76580.32160.1958
Hunter Lab40.946148.3995-31.1689
CIE-Lab47.963655.1532-34.5160

#af48ad color RGB value is (175,72,173).

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

The process color (four color CMYK) of #af48ad color hex is 0.00, 0.59, 0.01, 0.31. Web safe color of #af48ad is #993399. Color #af48ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01001000 10101101
Octal 257 110 255
Decimal 175 72 173
Hex AF 48 AD

RGB Percentages of Color #af48ad

%41.67
%17.14
%41.19

CMYK Percentages of Color #af48ad

%0
%59
%1
%31

Triadic Colors of #af48ad

#af48ad #adaf48 #48adaf

Analogous Colors of #af48ad

#af48ad #af487a #7e48af

Monochromatic Colors of #af48ad

#af48ad

Complementary Color

#af48ad #48af4a

#af48ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af48ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af48ad Color CSS Codes

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

#af48ad Text Font Color

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

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


#af48ad Background Color

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

This div background color is #af48ad


#af48ad Border Color

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

This div border color is #af48ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af48ad


Comments

No comments written yet.

Please login to write comment.