Color Hex Logo

#ad124a Color Hex

#AD124A
(173,18,74)
0 Favorites   0 Comments

Color spaces of #ad124a

RGB 1731874
HSL0.940.810.37
HSV338°90°68°
CMYK 0.000.900.57   0.32
XYZ18.68599.81137.3875
Yxy9.81130.52070.2734
Hunter Lab31.323051.66997.9426
CIE-Lab37.501660.123210.6719

#ad124a color RGB value is (173,18,74).

#ad124a hex color red value is 173, green value is 18 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad124a hue: 0.94 , saturation: 0.81 and the lightness value of ad124a is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 01001010
Octal 255 22 112
Decimal 173 18 74
Hex AD 12 4A

RGB Percentages of Color #ad124a

%65.28
%6.79
%27.92

CMYK Percentages of Color #ad124a

%0
%90
%57
%32

Triadic Colors of #ad124a

#ad124a #4aad12 #124aad

Analogous Colors of #ad124a

#ad124a #ad2812 #ad1298

Monochromatic Colors of #ad124a

#ad124a

Complementary Color

#ad124a #12ad75

#ad124a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad124a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad124a Color CSS Codes

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

#ad124a Text Font Color

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

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


#ad124a Background Color

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

This div background color is #ad124a


#ad124a Border Color

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

This div border color is #ad124a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad124a


Comments

No comments written yet.

Please login to write comment.