Color Hex Logo

#ad263e Color Hex

#AD263E
(173,38,62)
0 Favorites   0 Comments

Color spaces of #ad263e

RGB 1733862
HSL0.970.640.41
HSV349°78°68°
CMYK 0.000.780.64   0.32
XYZ18.796210.61835.6163
Yxy10.61830.53660.3031
Hunter Lab32.585745.937912.5911
CIE-Lab38.930054.537220.2577

#ad263e color RGB value is (173,38,62).

#ad263e hex color red value is 173, green value is 38 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ad263e hue: 0.97 , saturation: 0.64 and the lightness value of ad263e is 0.41.

The process color (four color CMYK) of #ad263e color hex is 0.00, 0.78, 0.64, 0.32. Web safe color of #ad263e is #993333. Color #ad263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 00111110
Octal 255 46 76
Decimal 173 38 62
Hex AD 26 3E

RGB Percentages of Color #ad263e

%63.37
%13.92
%22.71

CMYK Percentages of Color #ad263e

%0
%78
%64
%32

Triadic Colors of #ad263e

#ad263e #3ead26 #263ead

Analogous Colors of #ad263e

#ad263e #ad5226 #ad2682

Monochromatic Colors of #ad263e

#ad263e

Complementary Color

#ad263e #26ad95

#ad263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad263e Color CSS Codes

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

#ad263e Text Font Color

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

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


#ad263e Background Color

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

This div background color is #ad263e


#ad263e Border Color

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

This div border color is #ad263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad263e


Comments

No comments written yet.

Please login to write comment.