Color Hex Logo

#ad390f Color Hex

#AD390F
(173,57,15)
0 Favorites   0 Comments

Color spaces of #ad390f

RGB 1735715
HSL0.040.840.37
HSV16°91°68°
CMYK 0.000.670.91   0.32
XYZ18.782911.84501.7483
Yxy11.84500.58010.3659
Hunter Lab34.416637.187721.0798
CIE-Lab40.968745.681047.7656

#ad390f color RGB value is (173,57,15).

#ad390f hex color red value is 173, green value is 57 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ad390f hue: 0.04 , saturation: 0.84 and the lightness value of ad390f is 0.37.

The process color (four color CMYK) of #ad390f color hex is 0.00, 0.67, 0.91, 0.32. Web safe color of #ad390f is #993300. Color #ad390f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 00001111
Octal 255 71 17
Decimal 173 57 15
Hex AD 39 F

RGB Percentages of Color #ad390f

%70.61
%23.27
%6.12

CMYK Percentages of Color #ad390f

%0
%67
%91
%32

Triadic Colors of #ad390f

#ad390f #0fad39 #390fad

Analogous Colors of #ad390f

#ad390f #ad880f #ad0f34

Monochromatic Colors of #ad390f

#ad390f

Complementary Color

#ad390f #0f83ad

#ad390f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad390f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad390f Color CSS Codes

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

#ad390f Text Font Color

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

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


#ad390f Background Color

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

This div background color is #ad390f


#ad390f Border Color

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

This div border color is #ad390f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad390f


Comments

No comments written yet.

Please login to write comment.