Color Hex Logo

#dd008c Color Hex

#DD008C
(221,0,140)
0 Favorites   0 Comments

Color spaces of #dd008c

RGB 2210140
HSL0.891.000.43
HSV322°100°87°
CMYK 0.001.000.37   0.13
XYZ34.552417.265626.3224
Yxy17.26560.44220.2210
Hunter Lab41.551975.7155-8.4729
CIE-Lab48.593078.4301-13.2234

#dd008c color RGB value is (221,0,140).

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

The process color (four color CMYK) of #dd008c color hex is 0.00, 1.00, 0.37, 0.13. Web safe color of #dd008c is #cc0099. Color #dd008c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000000 10001100
Octal 335 0 214
Decimal 221 0 140
Hex DD 0 8C

RGB Percentages of Color #dd008c

%61.22
%0.00
%38.78

CMYK Percentages of Color #dd008c

%0
%100
%37
%13

Triadic Colors of #dd008c

#dd008c #8cdd00 #008cdd

Analogous Colors of #dd008c

#dd008c #dd001e #c000dd

Monochromatic Colors of #dd008c

#dd008c

Complementary Color

#dd008c #00dd51

#dd008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd008c Color CSS Codes

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

#dd008c Text Font Color

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

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


#dd008c Background Color

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

This div background color is #dd008c


#dd008c Border Color

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

This div border color is #dd008c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd008c


Comments

No comments written yet.

Please login to write comment.