Color Hex Logo

#ad034f Color Hex

#AD034F
(173,3,79)
0 Favorites   0 Comments

Color spaces of #ad034f

RGB 173379
HSL0.930.970.35
HSV333°98°68°
CMYK 0.000.980.54   0.32
XYZ18.67749.51398.2491
Yxy9.51390.51250.2611
Hunter Lab30.844654.10945.7347
CIE-Lab36.955562.43316.6749

#ad034f color RGB value is (173,3,79).

#ad034f hex color red value is 173, green value is 3 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ad034f hue: 0.93 , saturation: 0.97 and the lightness value of ad034f is 0.35.

The process color (four color CMYK) of #ad034f color hex is 0.00, 0.98, 0.54, 0.32. Web safe color of #ad034f is #990066. Color #ad034f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000011 01001111
Octal 255 3 117
Decimal 173 3 79
Hex AD 3 4F

RGB Percentages of Color #ad034f

%67.84
%1.18
%30.98

CMYK Percentages of Color #ad034f

%0
%98
%54
%32

Triadic Colors of #ad034f

#ad034f #4fad03 #034fad

Analogous Colors of #ad034f

#ad034f #ad0c03 #ad03a4

Monochromatic Colors of #ad034f

#ad034f

Complementary Color

#ad034f #03ad61

#ad034f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad034f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad034f Color CSS Codes

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

#ad034f Text Font Color

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

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


#ad034f Background Color

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

This div background color is #ad034f


#ad034f Border Color

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

This div border color is #ad034f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad034f


Comments

No comments written yet.

Please login to write comment.