Color Hex Logo

#ad014b Color Hex

#AD014B
(173,1,75)
0 Favorites   0 Comments

Color spaces of #ad014b

RGB 173175
HSL0.930.990.34
HSV334°99°68°
CMYK 0.000.990.57   0.32
XYZ18.51449.41397.4979
Yxy9.41390.52260.2657
Hunter Lab30.682154.01816.9885
CIE-Lab36.769362.38769.0049

#ad014b color RGB value is (173,1,75).

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

The process color (four color CMYK) of #ad014b color hex is 0.00, 0.99, 0.57, 0.32. Web safe color of #ad014b is #990033. Color #ad014b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 01001011
Octal 255 1 113
Decimal 173 1 75
Hex AD 1 4B

RGB Percentages of Color #ad014b

%69.48
%0.40
%30.12

CMYK Percentages of Color #ad014b

%0
%99
%57
%32

Triadic Colors of #ad014b

#ad014b #4bad01 #014bad

Analogous Colors of #ad014b

#ad014b #ad0d01 #ad01a1

Monochromatic Colors of #ad014b

#ad014b

Complementary Color

#ad014b #01ad63

#ad014b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad014b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad014b Color CSS Codes

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

#ad014b Text Font Color

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

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


#ad014b Background Color

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

This div background color is #ad014b


#ad014b Border Color

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

This div border color is #ad014b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad014b


Comments

No comments written yet.

Please login to write comment.