Color Hex Logo

#ad088b Color Hex

#AD088B
(173,8,139)
0 Favorites   0 Comments

Color spaces of #ad088b

RGB 1738139
HSL0.870.910.35
HSV312°95°68°
CMYK 0.000.950.20   0.32
XYZ21.980610.922025.3757
Yxy10.92200.37720.1874
Hunter Lab33.048460.8860-22.3909
CIE-Lab39.448867.9014-27.4773

#ad088b color RGB value is (173,8,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 10001011
Octal 255 10 213
Decimal 173 8 139
Hex AD 8 8B

RGB Percentages of Color #ad088b

%54.06
%2.50
%43.44

CMYK Percentages of Color #ad088b

%0
%95
%20
%32

Triadic Colors of #ad088b

#ad088b #8bad08 #088bad

Analogous Colors of #ad088b

#ad088b #ad0838 #7d08ad

Monochromatic Colors of #ad088b

#ad088b

Complementary Color

#ad088b #08ad2a

#ad088b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad088b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad088b Color CSS Codes

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

#ad088b Text Font Color

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

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


#ad088b Background Color

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

This div background color is #ad088b


#ad088b Border Color

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

This div border color is #ad088b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad088b


Comments

No comments written yet.

Please login to write comment.