Color Hex Logo

#ad2642 Color Hex

#AD2642
(173,38,66)
0 Favorites   0 Comments

Color spaces of #ad2642

RGB 1733866
HSL0.970.640.41
HSV348°78°68°
CMYK 0.000.780.62   0.32
XYZ18.910110.66386.2159
Yxy10.66380.52840.2980
Hunter Lab32.655546.218511.5731
CIE-Lab39.008454.786817.8324

#ad2642 color RGB value is (173,38,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00100110 01000010
Octal 255 46 102
Decimal 173 38 66
Hex AD 26 42

RGB Percentages of Color #ad2642

%62.45
%13.72
%23.83

CMYK Percentages of Color #ad2642

%0
%78
%62
%32

Triadic Colors of #ad2642

#ad2642 #42ad26 #2642ad

Analogous Colors of #ad2642

#ad2642 #ad4e26 #ad2686

Monochromatic Colors of #ad2642

#ad2642

Complementary Color

#ad2642 #26ad91

#ad2642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2642 Color CSS Codes

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

#ad2642 Text Font Color

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

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


#ad2642 Background Color

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

This div background color is #ad2642


#ad2642 Border Color

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

This div border color is #ad2642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2642


Comments

No comments written yet.

Please login to write comment.