Color Hex Logo

#ad0fac Color Hex

#AD0FAC
(173,15,172)
0 Favorites   0 Comments

Color spaces of #ad0fac

RGB 17315172
HSL0.830.840.37
HSV300°91°68°
CMYK 0.000.910.01   0.32
XYZ24.850812.204440.0756
Yxy12.20440.32220.1582
Hunter Lab34.934865.8397-43.5604
CIE-Lab41.539271.7070-44.1244

#ad0fac color RGB value is (173,15,172).

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

The process color (four color CMYK) of #ad0fac color hex is 0.00, 0.91, 0.01, 0.32. Web safe color of #ad0fac is #990099. Color #ad0fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001111 10101100
Octal 255 17 254
Decimal 173 15 172
Hex AD F AC

RGB Percentages of Color #ad0fac

%48.06
%4.17
%47.78

CMYK Percentages of Color #ad0fac

%0
%91
%1
%32

Triadic Colors of #ad0fac

#ad0fac #acad0f #0facad

Analogous Colors of #ad0fac

#ad0fac #ad0f5d #5f0fad

Monochromatic Colors of #ad0fac

#ad0fac

Complementary Color

#ad0fac #0fad10

#ad0fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0fac Color CSS Codes

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

#ad0fac Text Font Color

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

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


#ad0fac Background Color

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

This div background color is #ad0fac


#ad0fac Border Color

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

This div border color is #ad0fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0fac


Comments

No comments written yet.

Please login to write comment.