Color Hex Logo

#dd607d Color Hex

#DD607D
(221,96,125)
0 Favorites   0 Comments

Color spaces of #dd607d

RGB 22196125
HSL0.960.650.62
HSV346°57°87°
CMYK 0.000.570.43   0.13
XYZ37.703325.218622.2825
Yxy25.21860.44250.2960
Hunter Lab50.218146.13448.8449
CIE-Lab57.287851.48568.4988

#dd607d color RGB value is (221,96,125).

#dd607d hex color red value is 221, green value is 96 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dd607d hue: 0.96 , saturation: 0.65 and the lightness value of dd607d is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100000 01111101
Octal 335 140 175
Decimal 221 96 125
Hex DD 60 7D

RGB Percentages of Color #dd607d

%50.00
%21.72
%28.28

CMYK Percentages of Color #dd607d

%0
%57
%43
%13

Triadic Colors of #dd607d

#dd607d #7ddd60 #607ddd

Analogous Colors of #dd607d

#dd607d #dd8260 #dd60bc

Monochromatic Colors of #dd607d

#dd607d

Complementary Color

#dd607d #60ddc0

#dd607d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd607d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd607d Color CSS Codes

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

#dd607d Text Font Color

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

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


#dd607d Background Color

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

This div background color is #dd607d


#dd607d Border Color

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

This div border color is #dd607d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd607d


Comments

No comments written yet.

Please login to write comment.