Color Hex Logo

#ad089b Color Hex

#AD089B
(173,8,155)
0 Favorites   0 Comments

Color spaces of #ad089b

RGB 1738155
HSL0.850.910.35
HSV307°95°68°
CMYK 0.000.950.10   0.32
XYZ23.236811.424531.9908
Yxy11.42450.34860.1714
Hunter Lab33.800163.5643-32.4561
CIE-Lab40.286470.0295-35.9136

#ad089b color RGB value is (173,8,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001000 10011011
Octal 255 10 233
Decimal 173 8 155
Hex AD 8 9B

RGB Percentages of Color #ad089b

%51.49
%2.38
%46.13

CMYK Percentages of Color #ad089b

%0
%95
%10
%32

Triadic Colors of #ad089b

#ad089b #9bad08 #089bad

Analogous Colors of #ad089b

#ad089b #ad0848 #6d08ad

Monochromatic Colors of #ad089b

#ad089b

Complementary Color

#ad089b #08ad1a

#ad089b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad089b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad089b Color CSS Codes

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

#ad089b Text Font Color

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

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


#ad089b Background Color

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

This div background color is #ad089b


#ad089b Border Color

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

This div border color is #ad089b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad089b


Comments

No comments written yet.

Please login to write comment.