Color Hex Logo

#ad383a Color Hex

#AD383A
(173,56,58)
0 Favorites   0 Comments

Color spaces of #ad383a

RGB 1735658
HSL1.000.510.45
HSV359°68°68°
CMYK 0.000.680.66   0.32
XYZ19.411512.01815.2996
Yxy12.01810.52850.3272
Hunter Lab34.667139.281715.2033
CIE-Lab41.244947.704025.6754

#ad383a color RGB value is (173,56,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00111010
Octal 255 70 72
Decimal 173 56 58
Hex AD 38 3A

RGB Percentages of Color #ad383a

%60.28
%19.51
%20.21

CMYK Percentages of Color #ad383a

%0
%68
%66
%32

Triadic Colors of #ad383a

#ad383a #3aad38 #383aad

Analogous Colors of #ad383a

#ad383a #ad7138 #ad3875

Monochromatic Colors of #ad383a

#ad383a

Complementary Color

#ad383a #38adab

#ad383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad383a Color CSS Codes

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

#ad383a Text Font Color

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

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


#ad383a Background Color

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

This div background color is #ad383a


#ad383a Border Color

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

This div border color is #ad383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad383a


Comments

No comments written yet.

Please login to write comment.