Color Hex Logo

#dd494d Color Hex

#DD494D
(221,73,77)
0 Favorites   0 Comments

Color spaces of #dd494d

RGB 2217377
HSL1.000.690.58
HSV358°67°87°
CMYK 0.000.670.65   0.13
XYZ33.540920.67319.2437
Yxy20.67310.52860.3258
Hunter Lab45.467752.108619.7736
CIE-Lab52.589957.685430.3577

#dd494d color RGB value is (221,73,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 01001101
Octal 335 111 115
Decimal 221 73 77
Hex DD 49 4D

RGB Percentages of Color #dd494d

%59.57
%19.68
%20.75

CMYK Percentages of Color #dd494d

%0
%67
%65
%13

Triadic Colors of #dd494d

#dd494d #4ddd49 #494ddd

Analogous Colors of #dd494d

#dd494d #dd8f49 #dd4997

Monochromatic Colors of #dd494d

#dd494d

Complementary Color

#dd494d #49ddd9

#dd494d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd494d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd494d Color CSS Codes

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

#dd494d Text Font Color

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

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


#dd494d Background Color

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

This div background color is #dd494d


#dd494d Border Color

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

This div border color is #dd494d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,73,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd494d


Comments

No comments written yet.

Please login to write comment.