Color Hex Logo

#dd495e Color Hex

#DD495E
(221,73,94)
0 Favorites   0 Comments

Color spaces of #dd495e

RGB 2217394
HSL0.980.690.58
HSV351°67°87°
CMYK 0.000.670.57   0.13
XYZ34.221720.945412.8289
Yxy20.94540.50330.3080
Hunter Lab45.766153.382915.4165
CIE-Lab52.889758.767620.7271

#dd495e color RGB value is (221,73,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01001001 01011110
Octal 335 111 136
Decimal 221 73 94
Hex DD 49 5E

RGB Percentages of Color #dd495e

%56.96
%18.81
%24.23

CMYK Percentages of Color #dd495e

%0
%67
%57
%13

Triadic Colors of #dd495e

#dd495e #5edd49 #495edd

Analogous Colors of #dd495e

#dd495e #dd7e49 #dd49a8

Monochromatic Colors of #dd495e

#dd495e

Complementary Color

#dd495e #49ddc8

#dd495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd495e Color CSS Codes

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

#dd495e Text Font Color

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

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


#dd495e Background Color

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

This div background color is #dd495e


#dd495e Border Color

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

This div border color is #dd495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd495e


Comments

No comments written yet.

Please login to write comment.