Color Hex Logo

#ad0eac Color Hex

#AD0EAC
(173,14,172)
0 Favorites   0 Comments

Color spaces of #ad0eac

RGB 17314172
HSL0.830.850.37
HSV300°92°68°
CMYK 0.000.920.01   0.32
XYZ24.837012.176940.0710
Yxy12.17690.32220.1580
Hunter Lab34.895465.9814-43.6569
CIE-Lab41.495971.8343-44.1935

#ad0eac color RGB value is (173,14,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001110 10101100
Octal 255 16 254
Decimal 173 14 172
Hex AD E AC

RGB Percentages of Color #ad0eac

%48.19
%3.90
%47.91

CMYK Percentages of Color #ad0eac

%0
%92
%1
%32

Triadic Colors of #ad0eac

#ad0eac #acad0e #0eacad

Analogous Colors of #ad0eac

#ad0eac #ad0e5d #5e0ead

Monochromatic Colors of #ad0eac

#ad0eac

Complementary Color

#ad0eac #0ead0f

#ad0eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0eac Color CSS Codes

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

#ad0eac Text Font Color

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

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


#ad0eac Background Color

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

This div background color is #ad0eac


#ad0eac Border Color

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

This div border color is #ad0eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0eac


Comments

No comments written yet.

Please login to write comment.