Color Hex Logo

#ad234e Color Hex

#AD234E
(173,35,78)
0 Favorites   0 Comments

Color spaces of #ad234e

RGB 1733578
HSL0.950.660.41
HSV341°80°68°
CMYK 0.000.800.55   0.32
XYZ19.209810.63648.2483
Yxy10.63640.50430.2792
Hunter Lab32.613548.06547.8344
CIE-Lab38.961256.524010.1358

#ad234e color RGB value is (173,35,78).

#ad234e hex color red value is 173, green value is 35 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ad234e hue: 0.95 , saturation: 0.66 and the lightness value of ad234e is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100011 01001110
Octal 255 43 116
Decimal 173 35 78
Hex AD 23 4E

RGB Percentages of Color #ad234e

%60.49
%12.24
%27.27

CMYK Percentages of Color #ad234e

%0
%80
%55
%32

Triadic Colors of #ad234e

#ad234e #4ead23 #234ead

Analogous Colors of #ad234e

#ad234e #ad3d23 #ad2393

Monochromatic Colors of #ad234e

#ad234e

Complementary Color

#ad234e #23ad82

#ad234e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad234e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad234e Color CSS Codes

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

#ad234e Text Font Color

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

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


#ad234e Background Color

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

This div background color is #ad234e


#ad234e Border Color

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

This div border color is #ad234e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad234e


Comments

No comments written yet.

Please login to write comment.