Color Hex Logo

#ad034e Color Hex

#AD034E
(173,3,78)
0 Favorites   0 Comments

Color spaces of #ad034e

RGB 173378
HSL0.930.970.35
HSV334°98°68°
CMYK 0.000.980.55   0.32
XYZ18.64139.49948.0588
Yxy9.49940.51500.2624
Hunter Lab30.821154.02396.0722
CIE-Lab36.928662.36187.2843

#ad034e color RGB value is (173,3,78).

#ad034e hex color red value is 173, green value is 3 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ad034e hue: 0.93 , saturation: 0.97 and the lightness value of ad034e is 0.35.

The process color (four color CMYK) of #ad034e color hex is 0.00, 0.98, 0.55, 0.32. Web safe color of #ad034e is #990066. Color #ad034e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 01001110
Octal 255 3 116
Decimal 173 3 78
Hex AD 3 4E

RGB Percentages of Color #ad034e

%68.11
%1.18
%30.71

CMYK Percentages of Color #ad034e

%0
%98
%55
%32

Triadic Colors of #ad034e

#ad034e #4ead03 #034ead

Analogous Colors of #ad034e

#ad034e #ad0d03 #ad03a3

Monochromatic Colors of #ad034e

#ad034e

Complementary Color

#ad034e #03ad62

#ad034e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad034e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad034e Color CSS Codes

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

#ad034e Text Font Color

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

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


#ad034e Background Color

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

This div background color is #ad034e


#ad034e Border Color

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

This div border color is #ad034e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad034e


Comments

No comments written yet.

Please login to write comment.