Color Hex Logo

#dd494a Color Hex

#DD494A
(221,73,74)
0 Favorites   0 Comments

Color spaces of #dd494a

RGB 2217374
HSL1.000.690.58
HSV360°67°87°
CMYK 0.000.670.67   0.13
XYZ33.437420.63178.6985
Yxy20.63170.53270.3287
Hunter Lab45.422151.913620.4412
CIE-Lab52.544057.519132.0420

#dd494a color RGB value is (221,73,74).

#dd494a hex color red value is 221, green value is 73 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #dd494a hue: 1.00 , saturation: 0.69 and the lightness value of dd494a is 0.58.

The process color (four color CMYK) of #dd494a color hex is 0.00, 0.67, 0.67, 0.13. Web safe color of #dd494a is #cc3333. Color #dd494a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 01001010
Octal 335 111 112
Decimal 221 73 74
Hex DD 49 4A

RGB Percentages of Color #dd494a

%60.05
%19.84
%20.11

CMYK Percentages of Color #dd494a

%0
%67
%67
%13

Triadic Colors of #dd494a

#dd494a #4add49 #494add

Analogous Colors of #dd494a

#dd494a #dd9249 #dd4994

Monochromatic Colors of #dd494a

#dd494a

Complementary Color

#dd494a #49dddc

#dd494a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd494a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd494a Color CSS Codes

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

#dd494a Text Font Color

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

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


#dd494a Background Color

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

This div background color is #dd494a


#dd494a Border Color

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

This div border color is #dd494a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,73,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 #dd494a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd494a


Comments

No comments written yet.

Please login to write comment.