Color Hex Logo

#ad054e Color Hex

#AD054E
(173,5,78)
0 Favorites   0 Comments

Color spaces of #ad054e

RGB 173578
HSL0.930.940.35
HSV334°97°68°
CMYK 0.000.970.55   0.32
XYZ18.66309.54288.0660
Yxy9.54280.51450.2631
Hunter Lab30.891453.78056.1429
CIE-Lab37.009062.12757.3981

#ad054e color RGB value is (173,5,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000101 01001110
Octal 255 5 116
Decimal 173 5 78
Hex AD 5 4E

RGB Percentages of Color #ad054e

%67.58
%1.95
%30.47

CMYK Percentages of Color #ad054e

%0
%97
%55
%32

Triadic Colors of #ad054e

#ad054e #4ead05 #054ead

Analogous Colors of #ad054e

#ad054e #ad1005 #ad05a2

Monochromatic Colors of #ad054e

#ad054e

Complementary Color

#ad054e #05ad64

#ad054e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad054e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad054e Color CSS Codes

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

#ad054e Text Font Color

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

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


#ad054e Background Color

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

This div background color is #ad054e


#ad054e Border Color

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

This div border color is #ad054e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad054e


Comments

No comments written yet.

Please login to write comment.