Color Hex Logo

#dd454d Color Hex

#DD454D
(221,69,77)
0 Favorites   0 Comments

Color spaces of #dd454d

RGB 2216977
HSL0.990.690.57
HSV357°69°87°
CMYK 0.000.690.65   0.13
XYZ33.286520.16429.1589
Yxy20.16420.53170.3221
Hunter Lab44.904653.734119.3402
CIE-Lab52.022459.235929.6489

#dd454d color RGB value is (221,69,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000101 01001101
Octal 335 105 115
Decimal 221 69 77
Hex DD 45 4D

RGB Percentages of Color #dd454d

%60.22
%18.80
%20.98

CMYK Percentages of Color #dd454d

%0
%69
%65
%13

Triadic Colors of #dd454d

#dd454d #4ddd45 #454ddd

Analogous Colors of #dd454d

#dd454d #dd8945 #dd4599

Monochromatic Colors of #dd454d

#dd454d

Complementary Color

#dd454d #45ddd5

#dd454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd454d Color CSS Codes

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

#dd454d Text Font Color

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

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


#dd454d Background Color

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

This div background color is #dd454d


#dd454d Border Color

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

This div border color is #dd454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd454d


Comments

No comments written yet.

Please login to write comment.