Color Hex Logo

#ad3640 Color Hex

#AD3640
(173,54,64)
0 Favorites   0 Comments

Color spaces of #ad3640

RGB 1735464
HSL0.990.520.45
HSV355°69°68°
CMYK 0.000.690.63   0.32
XYZ19.478211.89276.1194
Yxy11.89270.51960.3172
Hunter Lab34.485840.469913.6192
CIE-Lab41.045148.902021.7446

#ad3640 color RGB value is (173,54,64).

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

The process color (four color CMYK) of #ad3640 color hex is 0.00, 0.69, 0.63, 0.32. Web safe color of #ad3640 is #993333. Color #ad3640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110110 01000000
Octal 255 66 100
Decimal 173 54 64
Hex AD 36 40

RGB Percentages of Color #ad3640

%59.45
%18.56
%21.99

CMYK Percentages of Color #ad3640

%0
%69
%63
%32

Triadic Colors of #ad3640

#ad3640 #40ad36 #3640ad

Analogous Colors of #ad3640

#ad3640 #ad6836 #ad367c

Monochromatic Colors of #ad3640

#ad3640

Complementary Color

#ad3640 #36ada3

#ad3640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3640 Color CSS Codes

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

#ad3640 Text Font Color

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

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


#ad3640 Background Color

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

This div background color is #ad3640


#ad3640 Border Color

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

This div border color is #ad3640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3640


Comments

No comments written yet.

Please login to write comment.