Color Hex Logo

#ad381a Color Hex

#AD381A
(173,56,26)
0 Favorites   0 Comments

Color spaces of #ad381a

RGB 1735626
HSL0.030.740.39
HSV12°85°68°
CMYK 0.000.680.85   0.32
XYZ18.834211.78722.2598
Yxy11.78720.57280.3585
Hunter Lab34.332537.840120.1302
CIE-Lab40.875946.346043.0994

#ad381a color RGB value is (173,56,26).

#ad381a hex color red value is 173, green value is 56 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ad381a hue: 0.03 , saturation: 0.74 and the lightness value of ad381a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111000 00011010
Octal 255 70 32
Decimal 173 56 26
Hex AD 38 1A

RGB Percentages of Color #ad381a

%67.84
%21.96
%10.20

CMYK Percentages of Color #ad381a

%0
%68
%85
%32

Triadic Colors of #ad381a

#ad381a #1aad38 #381aad

Analogous Colors of #ad381a

#ad381a #ad821a #ad1a46

Monochromatic Colors of #ad381a

#ad381a

Complementary Color

#ad381a #1a8fad

#ad381a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad381a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad381a Color CSS Codes

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

#ad381a Text Font Color

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

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


#ad381a Background Color

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

This div background color is #ad381a


#ad381a Border Color

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

This div border color is #ad381a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad381a


Comments

No comments written yet.

Please login to write comment.