Color Hex Logo

#ad2271 Color Hex

#AD2271
(173,34,113)
0 Favorites   0 Comments

Color spaces of #ad2271

RGB 17334113
HSL0.910.670.41
HSV326°80°68°
CMYK 0.000.800.35   0.32
XYZ20.786211.220516.6930
Yxy11.22050.42680.2304
Hunter Lab33.497052.1464-6.0988
CIE-Lab39.949460.0808-10.5777

#ad2271 color RGB value is (173,34,113).

#ad2271 hex color red value is 173, green value is 34 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ad2271 hue: 0.91 , saturation: 0.67 and the lightness value of ad2271 is 0.41.

The process color (four color CMYK) of #ad2271 color hex is 0.00, 0.80, 0.35, 0.32. Web safe color of #ad2271 is #993366. Color #ad2271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 01110001
Octal 255 42 161
Decimal 173 34 113
Hex AD 22 71

RGB Percentages of Color #ad2271

%54.06
%10.63
%35.31

CMYK Percentages of Color #ad2271

%0
%80
%35
%32

Triadic Colors of #ad2271

#ad2271 #71ad22 #2271ad

Analogous Colors of #ad2271

#ad2271 #ad222b #a422ad

Monochromatic Colors of #ad2271

#ad2271

Complementary Color

#ad2271 #22ad5e

#ad2271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2271 Color CSS Codes

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

#ad2271 Text Font Color

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

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


#ad2271 Background Color

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

This div background color is #ad2271


#ad2271 Border Color

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

This div border color is #ad2271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2271


Comments

No comments written yet.

Please login to write comment.