Color Hex Logo

#af0dac Color Hex

#AF0DAC
(175,13,172)
0 Favorites   0 Comments

Color spaces of #af0dac

RGB 17513172
HSL0.840.860.37
HSV301°93°69°
CMYK 0.000.930.02   0.31
XYZ25.269512.380440.0875
Yxy12.38040.32510.1593
Hunter Lab35.185866.6188-42.9196
CIE-Lab41.814472.3061-43.6640

#af0dac color RGB value is (175,13,172).

#af0dac hex color red value is 175, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af0dac hue: 0.84 , saturation: 0.86 and the lightness value of af0dac is 0.37.

The process color (four color CMYK) of #af0dac color hex is 0.00, 0.93, 0.02, 0.31. Web safe color of #af0dac is #990099. Color #af0dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00001101 10101100
Octal 257 15 254
Decimal 175 13 172
Hex AF D AC

RGB Percentages of Color #af0dac

%48.61
%3.61
%47.78

CMYK Percentages of Color #af0dac

%0
%93
%2
%31

Triadic Colors of #af0dac

#af0dac #acaf0d #0dacaf

Analogous Colors of #af0dac

#af0dac #af0d5b #610daf

Monochromatic Colors of #af0dac

#af0dac

Complementary Color

#af0dac #0daf10

#af0dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af0dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af0dac Color CSS Codes

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

#af0dac Text Font Color

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

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


#af0dac Background Color

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

This div background color is #af0dac


#af0dac Border Color

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

This div border color is #af0dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af0dac


Comments

No comments written yet.

Please login to write comment.