Color Hex Logo

#ad2254 Color Hex

#AD2254
(173,34,84)
0 Favorites   0 Comments

Color spaces of #ad2254

RGB 1733484
HSL0.940.670.41
HSV338°80°68°
CMYK 0.000.800.51   0.32
XYZ19.405810.66849.4239
Yxy10.66840.49130.2701
Hunter Lab32.662548.89295.7572
CIE-Lab39.016357.28126.3875

#ad2254 color RGB value is (173,34,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100010 01010100
Octal 255 42 124
Decimal 173 34 84
Hex AD 22 54

RGB Percentages of Color #ad2254

%59.45
%11.68
%28.87

CMYK Percentages of Color #ad2254

%0
%80
%51
%32

Triadic Colors of #ad2254

#ad2254 #54ad22 #2254ad

Analogous Colors of #ad2254

#ad2254 #ad3622 #ad229a

Monochromatic Colors of #ad2254

#ad2254

Complementary Color

#ad2254 #22ad7b

#ad2254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2254 Color CSS Codes

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

#ad2254 Text Font Color

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

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


#ad2254 Background Color

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

This div background color is #ad2254


#ad2254 Border Color

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

This div border color is #ad2254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2254


Comments

No comments written yet.

Please login to write comment.