Color Hex Logo

#ad393d Color Hex

#AD393D
(173,57,61)
0 Favorites   0 Comments

Color spaces of #ad393d

RGB 1735761
HSL0.990.500.45
HSV358°67°68°
CMYK 0.000.670.65   0.32
XYZ19.539012.14745.7297
Yxy12.14740.52220.3247
Hunter Lab34.853139.075914.6502
CIE-Lab41.449447.465524.1038

#ad393d color RGB value is (173,57,61).

#ad393d hex color red value is 173, green value is 57 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ad393d hue: 0.99 , saturation: 0.50 and the lightness value of ad393d is 0.45.

The process color (four color CMYK) of #ad393d color hex is 0.00, 0.67, 0.65, 0.32. Web safe color of #ad393d is #993333. Color #ad393d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111001 00111101
Octal 255 71 75
Decimal 173 57 61
Hex AD 39 3D

RGB Percentages of Color #ad393d

%59.45
%19.59
%20.96

CMYK Percentages of Color #ad393d

%0
%67
%65
%32

Triadic Colors of #ad393d

#ad393d #3dad39 #393dad

Analogous Colors of #ad393d

#ad393d #ad6f39 #ad3977

Monochromatic Colors of #ad393d

#ad393d

Complementary Color

#ad393d #39ada9

#ad393d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad393d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad393d Color CSS Codes

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

#ad393d Text Font Color

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

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


#ad393d Background Color

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

This div background color is #ad393d


#ad393d Border Color

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

This div border color is #ad393d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad393d


Comments

No comments written yet.

Please login to write comment.