Color Hex Logo

#ad629e Color Hex

#AD629E
(173,98,158)
0 Favorites   0 Comments

Color spaces of #ad629e

RGB 17398158
HSL0.870.310.53
HSV312°43°68°
CMYK 0.000.430.09   0.32
XYZ27.772820.088234.7614
Yxy20.08820.33610.2431
Hunter Lab44.819932.1735-14.6103
CIE-Lab51.936838.9594-19.5594

#ad629e color RGB value is (173,98,158).

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

The process color (four color CMYK) of #ad629e color hex is 0.00, 0.43, 0.09, 0.32. Web safe color of #ad629e is #996699. Color #ad629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 10011110
Octal 255 142 236
Decimal 173 98 158
Hex AD 62 9E

RGB Percentages of Color #ad629e

%40.33
%22.84
%36.83

CMYK Percentages of Color #ad629e

%0
%43
%9
%32

Triadic Colors of #ad629e

#ad629e #9ead62 #629ead

Analogous Colors of #ad629e

#ad629e #ad6279 #9762ad

Monochromatic Colors of #ad629e

#ad629e

Complementary Color

#ad629e #62ad71

#ad629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad629e Color CSS Codes

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

#ad629e Text Font Color

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

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


#ad629e Background Color

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

This div background color is #ad629e


#ad629e Border Color

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

This div border color is #ad629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad629e


Comments

No comments written yet.

Please login to write comment.