Color Hex Logo

#ad479b Color Hex

#AD479B
(173,71,155)
0 Favorites   0 Comments

Color spaces of #ad479b

RGB 17371155
HSL0.860.420.48
HSV311°59°68°
CMYK 0.000.590.10   0.32
XYZ25.403215.757332.7129
Yxy15.75730.34390.2133
Hunter Lab39.695544.7644-21.0739
CIE-Lab46.654552.0100-25.9272

#ad479b color RGB value is (173,71,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01000111 10011011
Octal 255 107 233
Decimal 173 71 155
Hex AD 47 9B

RGB Percentages of Color #ad479b

%43.36
%17.79
%38.85

CMYK Percentages of Color #ad479b

%0
%59
%10
%32

Triadic Colors of #ad479b

#ad479b #9bad47 #479bad

Analogous Colors of #ad479b

#ad479b #ad4768 #8c47ad

Monochromatic Colors of #ad479b

#ad479b

Complementary Color

#ad479b #47ad59

#ad479b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad479b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad479b Color CSS Codes

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

#ad479b Text Font Color

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

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


#ad479b Background Color

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

This div background color is #ad479b


#ad479b Border Color

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

This div border color is #ad479b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad479b


Comments

No comments written yet.

Please login to write comment.