Color Hex Logo

#ad259b Color Hex

#AD259B
(173,37,155)
0 Favorites   0 Comments

Color spaces of #ad259b

RGB 17337155
HSL0.860.650.41
HSV308°79°68°
CMYK 0.000.790.10   0.32
XYZ23.811512.573932.1823
Yxy12.57390.34730.1834
Hunter Lab35.459757.8099-28.9883
CIE-Lab42.114164.7082-33.0273

#ad259b color RGB value is (173,37,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100101 10011011
Octal 255 45 233
Decimal 173 37 155
Hex AD 25 9B

RGB Percentages of Color #ad259b

%47.40
%10.14
%42.47

CMYK Percentages of Color #ad259b

%0
%79
%10
%32

Triadic Colors of #ad259b

#ad259b #9bad25 #259bad

Analogous Colors of #ad259b

#ad259b #ad2557 #7b25ad

Monochromatic Colors of #ad259b

#ad259b

Complementary Color

#ad259b #25ad37

#ad259b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad259b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad259b Color CSS Codes

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

#ad259b Text Font Color

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

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


#ad259b Background Color

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

This div background color is #ad259b


#ad259b Border Color

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

This div border color is #ad259b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad259b


Comments

No comments written yet.

Please login to write comment.