Color Hex Logo

#dd7479 Color Hex

#DD7479
(221,116,121)
0 Favorites   0 Comments

Color spaces of #dd7479

RGB 221116121
HSL0.990.610.66
HSV357°48°87°
CMYK 0.000.480.45   0.13
XYZ39.515429.243421.6510
Yxy29.24340.43710.3235
Hunter Lab54.077235.798914.1159
CIE-Lab60.995841.296516.0160

#dd7479 color RGB value is (221,116,121).

#dd7479 hex color red value is 221, green value is 116 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #dd7479 hue: 0.99 , saturation: 0.61 and the lightness value of dd7479 is 0.66.

The process color (four color CMYK) of #dd7479 color hex is 0.00, 0.48, 0.45, 0.13. Web safe color of #dd7479 is #cc6666. Color #dd7479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110100 01111001
Octal 335 164 171
Decimal 221 116 121
Hex DD 74 79

RGB Percentages of Color #dd7479

%48.25
%25.33
%26.42

CMYK Percentages of Color #dd7479

%0
%48
%45
%13

Triadic Colors of #dd7479

#dd7479 #79dd74 #7479dd

Analogous Colors of #dd7479

#dd7479 #dda474 #dd74ae

Monochromatic Colors of #dd7479

#dd7479

Complementary Color

#dd7479 #74ddd8

#dd7479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd7479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd7479 Color CSS Codes

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

#dd7479 Text Font Color

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

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


#dd7479 Background Color

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

This div background color is #dd7479


#dd7479 Border Color

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

This div border color is #dd7479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd7479


Comments

No comments written yet.

Please login to write comment.