Color Hex Logo

#dd447f Color Hex

#DD447F
(221,68,127)
0 Favorites   0 Comments

Color spaces of #dd447f

RGB 22168127
HSL0.940.690.57
HSV337°69°87°
CMYK 0.000.690.43   0.13
XYZ35.716721.038722.2571
Yxy21.03870.45200.2663
Hunter Lab45.868058.72643.3375
CIE-Lab52.991863.43351.1367

#dd447f color RGB value is (221,68,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000100 01111111
Octal 335 104 177
Decimal 221 68 127
Hex DD 44 7F

RGB Percentages of Color #dd447f

%53.13
%16.35
%30.53

CMYK Percentages of Color #dd447f

%0
%69
%43
%13

Triadic Colors of #dd447f

#dd447f #7fdd44 #447fdd

Analogous Colors of #dd447f

#dd447f #dd5644 #dd44cc

Monochromatic Colors of #dd447f

#dd447f

Complementary Color

#dd447f #44dda2

#dd447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd447f Color CSS Codes

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

#dd447f Text Font Color

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

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


#dd447f Background Color

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

This div background color is #dd447f


#dd447f Border Color

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

This div border color is #dd447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd447f


Comments

No comments written yet.

Please login to write comment.