Color Hex Logo

#ad449b Color Hex

#AD449B
(173,68,155)
0 Favorites   0 Comments

Color spaces of #ad449b

RGB 17368155
HSL0.860.440.47
HSV310°61°68°
CMYK 0.000.610.10   0.32
XYZ25.217115.385032.6509
Yxy15.38500.34420.2100
Hunter Lab39.223746.1169-21.8980
CIE-Lab46.157153.3655-26.7001

#ad449b color RGB value is (173,68,155).

#ad449b hex color red value is 173, green value is 68 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad449b hue: 0.86 , saturation: 0.44 and the lightness value of ad449b is 0.47.

The process color (four color CMYK) of #ad449b color hex is 0.00, 0.61, 0.10, 0.32. Web safe color of #ad449b is #993399. Color #ad449b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000100 10011011
Octal 255 104 233
Decimal 173 68 155
Hex AD 44 9B

RGB Percentages of Color #ad449b

%43.69
%17.17
%39.14

CMYK Percentages of Color #ad449b

%0
%61
%10
%32

Triadic Colors of #ad449b

#ad449b #9bad44 #449bad

Analogous Colors of #ad449b

#ad449b #ad4467 #8b44ad

Monochromatic Colors of #ad449b

#ad449b

Complementary Color

#ad449b #44ad56

#ad449b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad449b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad449b Color CSS Codes

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

#ad449b Text Font Color

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

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


#ad449b Background Color

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

This div background color is #ad449b


#ad449b Border Color

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

This div border color is #ad449b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad449b


Comments

No comments written yet.

Please login to write comment.