Color Hex Logo

#dd737d Color Hex

#DD737D
(221,115,125)
0 Favorites   0 Comments

Color spaces of #dd737d

RGB 221115125
HSL0.980.610.66
HSV354°48°87°
CMYK 0.000.480.43   0.13
XYZ39.651229.114322.9318
Yxy29.11430.43240.3175
Hunter Lab53.957736.746212.5723
CIE-Lab60.882442.212613.5625

#dd737d color RGB value is (221,115,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01110011 01111101
Octal 335 163 175
Decimal 221 115 125
Hex DD 73 7D

RGB Percentages of Color #dd737d

%47.94
%24.95
%27.11

CMYK Percentages of Color #dd737d

%0
%48
%43
%13

Triadic Colors of #dd737d

#dd737d #7ddd73 #737ddd

Analogous Colors of #dd737d

#dd737d #dd9e73 #dd73b2

Monochromatic Colors of #dd737d

#dd737d

Complementary Color

#dd737d #73ddd3

#dd737d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd737d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd737d Color CSS Codes

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

#dd737d Text Font Color

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

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


#dd737d Background Color

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

This div background color is #dd737d


#dd737d Border Color

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

This div border color is #dd737d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd737d


Comments

No comments written yet.

Please login to write comment.