Color Hex Logo

#ad609b Color Hex

#AD609B
(173,96,155)
0 Favorites   0 Comments

Color spaces of #ad609b

RGB 17396155
HSL0.870.320.53
HSV314°45°68°
CMYK 0.000.450.10   0.32
XYZ27.332819.616533.3561
Yxy19.61650.34040.2443
Hunter Lab44.290532.6485-13.6492
CIE-Lab51.400839.5081-18.6161

#ad609b color RGB value is (173,96,155).

#ad609b hex color red value is 173, green value is 96 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ad609b hue: 0.87 , saturation: 0.32 and the lightness value of ad609b is 0.53.

The process color (four color CMYK) of #ad609b color hex is 0.00, 0.45, 0.10, 0.32. Web safe color of #ad609b is #996699. Color #ad609b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100000 10011011
Octal 255 140 233
Decimal 173 96 155
Hex AD 60 9B

RGB Percentages of Color #ad609b

%40.80
%22.64
%36.56

CMYK Percentages of Color #ad609b

%0
%45
%10
%32

Triadic Colors of #ad609b

#ad609b #9bad60 #609bad

Analogous Colors of #ad609b

#ad609b #ad6075 #9960ad

Monochromatic Colors of #ad609b

#ad609b

Complementary Color

#ad609b #60ad72

#ad609b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad609b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad609b Color CSS Codes

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

#ad609b Text Font Color

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

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


#ad609b Background Color

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

This div background color is #ad609b


#ad609b Border Color

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

This div border color is #ad609b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad609b


Comments

No comments written yet.

Please login to write comment.