Color Hex Logo

#dd007f Color Hex

#DD007F
(221,0,127)
0 Favorites   0 Comments

Color spaces of #dd007f

RGB 2210127
HSL0.901.000.43
HSV326°100°87°
CMYK 0.001.000.43   0.13
XYZ33.649616.904521.5680
Yxy16.90450.46660.2344
Hunter Lab41.115174.1374-2.3216
CIE-Lab48.139577.2493-6.0007

#dd007f color RGB value is (221,0,127).

#dd007f hex color red value is 221, green value is 0 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dd007f hue: 0.90 , saturation: 1.00 and the lightness value of dd007f is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 01111111
Octal 335 0 177
Decimal 221 0 127
Hex DD 0 7F

RGB Percentages of Color #dd007f

%63.51
%0.00
%36.49

CMYK Percentages of Color #dd007f

%0
%100
%43
%13

Triadic Colors of #dd007f

#dd007f #7fdd00 #007fdd

Analogous Colors of #dd007f

#dd007f #dd0011 #cd00dd

Monochromatic Colors of #dd007f

#dd007f

Complementary Color

#dd007f #00dd5e

#dd007f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd007f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd007f Color CSS Codes

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

#dd007f Text Font Color

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

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


#dd007f Background Color

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

This div background color is #dd007f


#dd007f Border Color

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

This div border color is #dd007f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd007f

#dd007f Color Palettes


Comments

No comments written yet.

Please login to write comment.