Color Hex Logo

#ad629a Color Hex

#AD629A
(173,98,154)
0 Favorites   0 Comments

Color spaces of #ad629a

RGB 17398154
HSL0.880.310.53
HSV315°43°68°
CMYK 0.000.430.11   0.32
XYZ27.434019.952732.9772
Yxy19.95270.34140.2483
Hunter Lab44.668431.4595-12.5039
CIE-Lab51.783738.2646-17.4435

#ad629a color RGB value is (173,98,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100010 10011010
Octal 255 142 232
Decimal 173 98 154
Hex AD 62 9A

RGB Percentages of Color #ad629a

%40.71
%23.06
%36.24

CMYK Percentages of Color #ad629a

%0
%43
%11
%32

Triadic Colors of #ad629a

#ad629a #9aad62 #629aad

Analogous Colors of #ad629a

#ad629a #ad6275 #9b62ad

Monochromatic Colors of #ad629a

#ad629a

Complementary Color

#ad629a #62ad75

#ad629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad629a Color CSS Codes

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

#ad629a Text Font Color

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

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


#ad629a Background Color

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

This div background color is #ad629a


#ad629a Border Color

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

This div border color is #ad629a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad629a


Comments

No comments written yet.

Please login to write comment.