Color Hex Logo

#ad273f Color Hex

#AD273F
(173,39,63)
0 Favorites   0 Comments

Color spaces of #ad273f

RGB 1733963
HSL0.970.630.42
HSV349°77°68°
CMYK 0.000.770.64   0.32
XYZ18.856310.69425.7730
Yxy10.69420.53380.3028
Hunter Lab32.702045.696412.4247
CIE-Lab39.060654.284619.7968

#ad273f color RGB value is (173,39,63).

#ad273f hex color red value is 173, green value is 39 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ad273f hue: 0.97 , saturation: 0.63 and the lightness value of ad273f is 0.42.

The process color (four color CMYK) of #ad273f color hex is 0.00, 0.77, 0.64, 0.32. Web safe color of #ad273f is #993333. Color #ad273f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100111 00111111
Octal 255 47 77
Decimal 173 39 63
Hex AD 27 3F

RGB Percentages of Color #ad273f

%62.91
%14.18
%22.91

CMYK Percentages of Color #ad273f

%0
%77
%64
%32

Triadic Colors of #ad273f

#ad273f #3fad27 #273fad

Analogous Colors of #ad273f

#ad273f #ad5227 #ad2782

Monochromatic Colors of #ad273f

#ad273f

Complementary Color

#ad273f #27ad95

#ad273f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad273f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad273f Color CSS Codes

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

#ad273f Text Font Color

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

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


#ad273f Background Color

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

This div background color is #ad273f


#ad273f Border Color

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

This div border color is #ad273f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad273f


Comments

No comments written yet.

Please login to write comment.