Color Hex Logo

#dd454c Color Hex

#DD454C
(221,69,76)
0 Favorites   0 Comments

Color spaces of #dd454c

RGB 2216976
HSL0.990.690.57
HSV357°69°87°
CMYK 0.000.690.66   0.13
XYZ33.251420.15028.9743
Yxy20.15020.53310.3230
Hunter Lab44.889053.667719.5689
CIE-Lab52.006659.179930.2145

#dd454c color RGB value is (221,69,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 01001100
Octal 335 105 114
Decimal 221 69 76
Hex DD 45 4C

RGB Percentages of Color #dd454c

%60.38
%18.85
%20.77

CMYK Percentages of Color #dd454c

%0
%69
%66
%13

Triadic Colors of #dd454c

#dd454c #4cdd45 #454cdd

Analogous Colors of #dd454c

#dd454c #dd8a45 #dd4598

Monochromatic Colors of #dd454c

#dd454c

Complementary Color

#dd454c #45ddd6

#dd454c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd454c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd454c Color CSS Codes

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

#dd454c Text Font Color

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

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


#dd454c Background Color

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

This div background color is #dd454c


#dd454c Border Color

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

This div border color is #dd454c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd454c


Comments

No comments written yet.

Please login to write comment.