Color Hex Logo

#ad335e Color Hex

#AD335E
(173,51,94)
0 Favorites   0 Comments

Color spaces of #ad335e

RGB 1735194
HSL0.940.540.44
HSV339°71°68°
CMYK 0.000.710.46   0.32
XYZ20.437812.060011.8403
Yxy12.06000.46100.2720
Hunter Lab34.727544.27754.0944
CIE-Lab41.311352.51793.3505

#ad335e color RGB value is (173,51,94).

#ad335e hex color red value is 173, green value is 51 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ad335e hue: 0.94 , saturation: 0.54 and the lightness value of ad335e is 0.44.

The process color (four color CMYK) of #ad335e color hex is 0.00, 0.71, 0.46, 0.32. Web safe color of #ad335e is #993366. Color #ad335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 01011110
Octal 255 63 136
Decimal 173 51 94
Hex AD 33 5E

RGB Percentages of Color #ad335e

%54.40
%16.04
%29.56

CMYK Percentages of Color #ad335e

%0
%71
%46
%32

Triadic Colors of #ad335e

#ad335e #5ead33 #335ead

Analogous Colors of #ad335e

#ad335e #ad4533 #ad339b

Monochromatic Colors of #ad335e

#ad335e

Complementary Color

#ad335e #33ad82

#ad335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad335e Color CSS Codes

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

#ad335e Text Font Color

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

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


#ad335e Background Color

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

This div background color is #ad335e


#ad335e Border Color

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

This div border color is #ad335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad335e


Comments

No comments written yet.

Please login to write comment.