Color Hex Logo

#ad1f4a Color Hex

#AD1F4A
(173,31,74)
0 Favorites   0 Comments

Color spaces of #ad1f4a

RGB 1733174
HSL0.950.700.40
HSV342°82°68°
CMYK 0.000.820.57   0.32
XYZ18.959610.35867.4787
Yxy10.35860.51520.2815
Hunter Lab32.184848.82858.7523
CIE-Lab38.478557.325212.0219

#ad1f4a color RGB value is (173,31,74).

#ad1f4a hex color red value is 173, green value is 31 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ad1f4a hue: 0.95 , saturation: 0.70 and the lightness value of ad1f4a is 0.40.

The process color (four color CMYK) of #ad1f4a color hex is 0.00, 0.82, 0.57, 0.32. Web safe color of #ad1f4a is #993333. Color #ad1f4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 01001010
Octal 255 37 112
Decimal 173 31 74
Hex AD 1F 4A

RGB Percentages of Color #ad1f4a

%62.23
%11.15
%26.62

CMYK Percentages of Color #ad1f4a

%0
%82
%57
%32

Triadic Colors of #ad1f4a

#ad1f4a #4aad1f #1f4aad

Analogous Colors of #ad1f4a

#ad1f4a #ad3b1f #ad1f91

Monochromatic Colors of #ad1f4a

#ad1f4a

Complementary Color

#ad1f4a #1fad82

#ad1f4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1f4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1f4a Color CSS Codes

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

#ad1f4a Text Font Color

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

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


#ad1f4a Background Color

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

This div background color is #ad1f4a


#ad1f4a Border Color

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

This div border color is #ad1f4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1f4a


Comments

No comments written yet.

Please login to write comment.