Color Hex Logo

#ad014d Color Hex

#AD014D
(173,1,77)
0 Favorites   0 Comments

Color spaces of #ad014d

RGB 173177
HSL0.930.990.34
HSV333°99°68°
CMYK 0.000.990.55   0.32
XYZ18.58409.44187.8641
Yxy9.44180.51780.2631
Hunter Lab30.727554.18376.3352
CIE-Lab36.821462.52597.7813

#ad014d color RGB value is (173,1,77).

#ad014d hex color red value is 173, green value is 1 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ad014d hue: 0.93 , saturation: 0.99 and the lightness value of ad014d is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 01001101
Octal 255 1 115
Decimal 173 1 77
Hex AD 1 4D

RGB Percentages of Color #ad014d

%68.92
%0.40
%30.68

CMYK Percentages of Color #ad014d

%0
%99
%55
%32

Triadic Colors of #ad014d

#ad014d #4dad01 #014dad

Analogous Colors of #ad014d

#ad014d #ad0b01 #ad01a3

Monochromatic Colors of #ad014d

#ad014d

Complementary Color

#ad014d #01ad61

#ad014d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad014d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad014d Color CSS Codes

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

#ad014d Text Font Color

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

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


#ad014d Background Color

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

This div background color is #ad014d


#ad014d Border Color

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

This div border color is #ad014d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad014d


Comments

No comments written yet.

Please login to write comment.