Color Hex Logo

#ad304e Color Hex

#AD304E
(173,48,78)
0 Favorites   0 Comments

Color spaces of #ad304e

RGB 1734878
HSL0.960.570.43
HSV346°72°68°
CMYK 0.000.720.55   0.32
XYZ19.665711.54828.4003
Yxy11.54820.49640.2915
Hunter Lab33.982643.82809.1317
CIE-Lab40.488952.242412.2530

#ad304e color RGB value is (173,48,78).

#ad304e hex color red value is 173, green value is 48 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ad304e hue: 0.96 , saturation: 0.57 and the lightness value of ad304e is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110000 01001110
Octal 255 60 116
Decimal 173 48 78
Hex AD 30 4E

RGB Percentages of Color #ad304e

%57.86
%16.05
%26.09

CMYK Percentages of Color #ad304e

%0
%72
%55
%32

Triadic Colors of #ad304e

#ad304e #4ead30 #304ead

Analogous Colors of #ad304e

#ad304e #ad5130 #ad308d

Monochromatic Colors of #ad304e

#ad304e

Complementary Color

#ad304e #30ad8f

#ad304e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad304e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad304e Color CSS Codes

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

#ad304e Text Font Color

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

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


#ad304e Background Color

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

This div background color is #ad304e


#ad304e Border Color

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

This div border color is #ad304e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,48,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 #ad304e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad304e


Comments

No comments written yet.

Please login to write comment.