Color Hex Logo

#dd477d Color Hex

#DD477D
(221,71,125)
0 Favorites   0 Comments

Color spaces of #dd477d

RGB 22171125
HSL0.940.690.57
HSV338°68°87°
CMYK 0.000.680.43   0.13
XYZ35.773721.359321.6393
Yxy21.35930.45410.2712
Hunter Lab46.216157.29014.5905
CIE-Lab53.340562.12242.8382

#dd477d color RGB value is (221,71,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 01111101
Octal 335 107 175
Decimal 221 71 125
Hex DD 47 7D

RGB Percentages of Color #dd477d

%53.00
%17.03
%29.98

CMYK Percentages of Color #dd477d

%0
%68
%43
%13

Triadic Colors of #dd477d

#dd477d #7ddd47 #477ddd

Analogous Colors of #dd477d

#dd477d #dd5c47 #dd47c8

Monochromatic Colors of #dd477d

#dd477d

Complementary Color

#dd477d #47dda7

#dd477d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd477d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd477d Color CSS Codes

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

#dd477d Text Font Color

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

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


#dd477d Background Color

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

This div background color is #dd477d


#dd477d Border Color

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

This div border color is #dd477d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd477d


Comments

No comments written yet.

Please login to write comment.