Color Hex Logo

#ad277a Color Hex

#AD277A
(173,39,122)
0 Favorites   0 Comments

Color spaces of #ad277a

RGB 17339122
HSL0.900.630.42
HSV323°77°68°
CMYK 0.000.770.29   0.32
XYZ21.472011.740419.5468
Yxy11.74040.40700.2225
Hunter Lab34.264351.8961-9.8383
CIE-Lab40.800559.6894-14.8922

#ad277a color RGB value is (173,39,122).

#ad277a hex color red value is 173, green value is 39 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ad277a hue: 0.90 , saturation: 0.63 and the lightness value of ad277a is 0.42.

The process color (four color CMYK) of #ad277a color hex is 0.00, 0.77, 0.29, 0.32. Web safe color of #ad277a is #993366. Color #ad277a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 01111010
Octal 255 47 172
Decimal 173 39 122
Hex AD 27 7A

RGB Percentages of Color #ad277a

%51.80
%11.68
%36.53

CMYK Percentages of Color #ad277a

%0
%77
%29
%32

Triadic Colors of #ad277a

#ad277a #7aad27 #277aad

Analogous Colors of #ad277a

#ad277a #ad2737 #9d27ad

Monochromatic Colors of #ad277a

#ad277a

Complementary Color

#ad277a #27ad5a

#ad277a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad277a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad277a Color CSS Codes

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

#ad277a Text Font Color

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

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


#ad277a Background Color

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

This div background color is #ad277a


#ad277a Border Color

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

This div border color is #ad277a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad277a


Comments

No comments written yet.

Please login to write comment.