Color Hex Logo

#dd478c Color Hex

#DD478C
(221,71,140)
0 Favorites   0 Comments

Color spaces of #dd478c

RGB 22171140
HSL0.920.690.57
HSV332°68°87°
CMYK 0.000.680.37   0.13
XYZ36.805721.772127.0735
Yxy21.77210.42970.2542
Hunter Lab46.660659.1441-1.7390
CIE-Lab53.784463.6477-5.4466

#dd478c color RGB value is (221,71,140).

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

The process color (four color CMYK) of #dd478c color hex is 0.00, 0.68, 0.37, 0.13. Web safe color of #dd478c is #cc3399. Color #dd478c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000111 10001100
Octal 335 107 214
Decimal 221 71 140
Hex DD 47 8C

RGB Percentages of Color #dd478c

%51.16
%16.44
%32.41

CMYK Percentages of Color #dd478c

%0
%68
%37
%13

Triadic Colors of #dd478c

#dd478c #8cdd47 #478cdd

Analogous Colors of #dd478c

#dd478c #dd4d47 #dd47d7

Monochromatic Colors of #dd478c

#dd478c

Complementary Color

#dd478c #47dd98

#dd478c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd478c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd478c Color CSS Codes

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

#dd478c Text Font Color

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

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


#dd478c Background Color

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

This div background color is #dd478c


#dd478c Border Color

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

This div border color is #dd478c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd478c


Comments

No comments written yet.

Please login to write comment.