Color Hex Logo

#ad337c Color Hex

#AD337C
(173,51,124)
0 Favorites   0 Comments

Color spaces of #ad337c

RGB 17351124
HSL0.900.540.44
HSV324°71°68°
CMYK 0.000.710.28   0.32
XYZ22.055512.707120.3590
Yxy12.70710.40010.2305
Hunter Lab35.647048.0591-8.9092
CIE-Lab42.318655.8799-13.8164

#ad337c color RGB value is (173,51,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00110011 01111100
Octal 255 63 174
Decimal 173 51 124
Hex AD 33 7C

RGB Percentages of Color #ad337c

%49.71
%14.66
%35.63

CMYK Percentages of Color #ad337c

%0
%71
%28
%32

Triadic Colors of #ad337c

#ad337c #7cad33 #337cad

Analogous Colors of #ad337c

#ad337c #ad333f #a133ad

Monochromatic Colors of #ad337c

#ad337c

Complementary Color

#ad337c #33ad64

#ad337c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad337c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad337c Color CSS Codes

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

#ad337c Text Font Color

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

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


#ad337c Background Color

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

This div background color is #ad337c


#ad337c Border Color

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

This div border color is #ad337c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad337c


Comments

No comments written yet.

Please login to write comment.