Color Hex Logo

#ad3845 Color Hex

#AD3845
(173,56,69)
0 Favorites   0 Comments

Color spaces of #ad3845

RGB 1735669
HSL0.980.510.45
HSV353°68°68°
CMYK 0.000.680.60   0.32
XYZ19.721912.14236.9345
Yxy12.14230.50830.3130
Hunter Lab34.845840.046612.5930
CIE-Lab41.441448.418119.1673

#ad3845 color RGB value is (173,56,69).

#ad3845 hex color red value is 173, green value is 56 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #ad3845 hue: 0.98 , saturation: 0.51 and the lightness value of ad3845 is 0.45.

The process color (four color CMYK) of #ad3845 color hex is 0.00, 0.68, 0.60, 0.32. Web safe color of #ad3845 is #993333. Color #ad3845 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 01000101
Octal 255 70 105
Decimal 173 56 69
Hex AD 38 45

RGB Percentages of Color #ad3845

%58.05
%18.79
%23.15

CMYK Percentages of Color #ad3845

%0
%68
%60
%32

Triadic Colors of #ad3845

#ad3845 #45ad38 #3845ad

Analogous Colors of #ad3845

#ad3845 #ad6638 #ad3880

Monochromatic Colors of #ad3845

#ad3845

Complementary Color

#ad3845 #38ada0

#ad3845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3845 Color CSS Codes

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

#ad3845 Text Font Color

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

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


#ad3845 Background Color

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

This div background color is #ad3845


#ad3845 Border Color

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

This div border color is #ad3845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3845


Comments

No comments written yet.

Please login to write comment.