Color Hex Logo

#dd047e Color Hex

#DD047E
(221,4,126)
0 Favorites   0 Comments

Color spaces of #dd047e

RGB 2214126
HSL0.910.960.44
HSV326°98°87°
CMYK 0.000.980.43   0.13
XYZ33.628116.965321.2409
Yxy16.96530.46810.2362
Hunter Lab41.189073.6530-1.7432
CIE-Lab48.216376.8429-5.2759

#dd047e color RGB value is (221,4,126).

#dd047e hex color red value is 221, green value is 4 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dd047e hue: 0.91 , saturation: 0.96 and the lightness value of dd047e is 0.44.

The process color (four color CMYK) of #dd047e color hex is 0.00, 0.98, 0.43, 0.13. Web safe color of #dd047e is #cc0066. Color #dd047e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000100 01111110
Octal 335 4 176
Decimal 221 4 126
Hex DD 4 7E

RGB Percentages of Color #dd047e

%62.96
%1.14
%35.90

CMYK Percentages of Color #dd047e

%0
%98
%43
%13

Triadic Colors of #dd047e

#dd047e #7edd04 #047edd

Analogous Colors of #dd047e

#dd047e #dd0412 #d004dd

Monochromatic Colors of #dd047e

#dd047e

Complementary Color

#dd047e #04dd63

#dd047e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd047e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd047e Color CSS Codes

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

#dd047e Text Font Color

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

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


#dd047e Background Color

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

This div background color is #dd047e


#dd047e Border Color

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

This div border color is #dd047e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd047e


Comments

No comments written yet.

Please login to write comment.