Color Hex Logo

#af18ad Color Hex

#AF18AD
(175,24,173)
0 Favorites   0 Comments

Color spaces of #af18ad

RGB 17524173
HSL0.840.760.39
HSV301°86°69°
CMYK 0.000.860.01   0.31
XYZ25.548712.784440.6562
Yxy12.78440.32340.1618
Hunter Lab35.755364.9743-42.3881
CIE-Lab42.436670.8042-43.2660

#af18ad color RGB value is (175,24,173).

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

The process color (four color CMYK) of #af18ad color hex is 0.00, 0.86, 0.01, 0.31. Web safe color of #af18ad is #990099. Color #af18ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00011000 10101101
Octal 257 30 255
Decimal 175 24 173
Hex AF 18 AD

RGB Percentages of Color #af18ad

%47.04
%6.45
%46.51

CMYK Percentages of Color #af18ad

%0
%86
%1
%31

Triadic Colors of #af18ad

#af18ad #adaf18 #18adaf

Analogous Colors of #af18ad

#af18ad #af1861 #6618af

Monochromatic Colors of #af18ad

#af18ad

Complementary Color

#af18ad #18af1a

#af18ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af18ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#af18ad Color CSS Codes

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

#af18ad Text Font Color

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

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


#af18ad Background Color

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

This div background color is #af18ad


#af18ad Border Color

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

This div border color is #af18ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af18ad


Comments

No comments written yet.

Please login to write comment.