Color Hex Logo

#ad103f Color Hex

#AD103F
(173,16,63)
0 Favorites   0 Comments

Color spaces of #ad103f

RGB 1731663
HSL0.950.830.37
HSV342°91°68°
CMYK 0.000.910.64   0.32
XYZ18.31619.61375.5929
Yxy9.61370.54640.2868
Hunter Lab31.006051.184511.0094
CIE-Lab37.140059.751217.2750

#ad103f color RGB value is (173,16,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00010000 00111111
Octal 255 20 77
Decimal 173 16 63
Hex AD 10 3F

RGB Percentages of Color #ad103f

%68.65
%6.35
%25.00

CMYK Percentages of Color #ad103f

%0
%91
%64
%32

Triadic Colors of #ad103f

#ad103f #3fad10 #103fad

Analogous Colors of #ad103f

#ad103f #ad3010 #ad108e

Monochromatic Colors of #ad103f

#ad103f

Complementary Color

#ad103f #10ad7e

#ad103f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad103f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad103f Color CSS Codes

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

#ad103f Text Font Color

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

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


#ad103f Background Color

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

This div background color is #ad103f


#ad103f Border Color

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

This div border color is #ad103f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad103f


Comments

No comments written yet.

Please login to write comment.