Color Hex Logo

#ad088a Color Hex

#AD088A
(173,8,138)
0 Favorites   0 Comments

Color spaces of #ad088a

RGB 1738138
HSL0.870.910.35
HSV313°95°68°
CMYK 0.000.950.20   0.32
XYZ21.907910.892924.9926
Yxy10.89290.37910.1885
Hunter Lab33.004460.7284-21.7943
CIE-Lab39.399567.7752-26.9397

#ad088a color RGB value is (173,8,138).

#ad088a hex color red value is 173, green value is 8 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ad088a hue: 0.87 , saturation: 0.91 and the lightness value of ad088a is 0.35.

The process color (four color CMYK) of #ad088a color hex is 0.00, 0.95, 0.20, 0.32. Web safe color of #ad088a is #990099. Color #ad088a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 10001010
Octal 255 10 212
Decimal 173 8 138
Hex AD 8 8A

RGB Percentages of Color #ad088a

%54.23
%2.51
%43.26

CMYK Percentages of Color #ad088a

%0
%95
%20
%32

Triadic Colors of #ad088a

#ad088a #8aad08 #088aad

Analogous Colors of #ad088a

#ad088a #ad0837 #7e08ad

Monochromatic Colors of #ad088a

#ad088a

Complementary Color

#ad088a #08ad2b

#ad088a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad088a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad088a Color CSS Codes

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

#ad088a Text Font Color

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

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


#ad088a Background Color

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

This div background color is #ad088a


#ad088a Border Color

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

This div border color is #ad088a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,8,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad088a


Comments

No comments written yet.

Please login to write comment.