Color Hex Logo

#ad123f Color Hex

#AD123F
(173,18,63)
0 Favorites   0 Comments

Color spaces of #ad123f

RGB 1731863
HSL0.950.810.37
HSV343°90°68°
CMYK 0.000.900.64   0.32
XYZ18.34719.67575.6032
Yxy9.67570.54560.2877
Hunter Lab31.105850.849411.0939
CIE-Lab37.254059.422717.4259

#ad123f color RGB value is (173,18,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010010 00111111
Octal 255 22 77
Decimal 173 18 63
Hex AD 12 3F

RGB Percentages of Color #ad123f

%68.11
%7.09
%24.80

CMYK Percentages of Color #ad123f

%0
%90
%64
%32

Triadic Colors of #ad123f

#ad123f #3fad12 #123fad

Analogous Colors of #ad123f

#ad123f #ad3312 #ad128d

Monochromatic Colors of #ad123f

#ad123f

Complementary Color

#ad123f #12ad80

#ad123f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad123f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad123f Color CSS Codes

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

#ad123f Text Font Color

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

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


#ad123f Background Color

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

This div background color is #ad123f


#ad123f Border Color

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

This div border color is #ad123f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad123f


Comments

No comments written yet.

Please login to write comment.