Color Hex Logo

#dd494e Color Hex

#DD494E
(221,73,78)
0 Favorites   0 Comments

Color spaces of #dd494e

RGB 2217378
HSL0.990.690.58
HSV358°67°87°
CMYK 0.000.670.65   0.13
XYZ33.576520.68739.4311
Yxy20.68730.52710.3248
Hunter Lab45.483352.175819.5443
CIE-Lab52.605657.742729.7948

#dd494e color RGB value is (221,73,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 01001110
Octal 335 111 116
Decimal 221 73 78
Hex DD 49 4E

RGB Percentages of Color #dd494e

%59.41
%19.62
%20.97

CMYK Percentages of Color #dd494e

%0
%67
%65
%13

Triadic Colors of #dd494e

#dd494e #4edd49 #494edd

Analogous Colors of #dd494e

#dd494e #dd8e49 #dd4998

Monochromatic Colors of #dd494e

#dd494e

Complementary Color

#dd494e #49ddd8

#dd494e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd494e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd494e Color CSS Codes

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

#dd494e Text Font Color

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

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


#dd494e Background Color

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

This div background color is #dd494e


#dd494e Border Color

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

This div border color is #dd494e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd494e


Comments

No comments written yet.

Please login to write comment.