Color Hex Logo

#dd11cf Color Hex

#DD11CF
(221,17,207)
0 Favorites   0 Comments

Color spaces of #dd11cf

RGB 22117207
HSL0.840.860.47
HSV304°92°87°
CMYK 0.000.920.06   0.13
XYZ41.281720.278060.7697
Yxy20.27800.33750.1658
Hunter Lab45.031184.8332-48.4904
CIE-Lab52.150184.9041-47.1665

#dd11cf color RGB value is (221,17,207).

#dd11cf hex color red value is 221, green value is 17 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #dd11cf hue: 0.84 , saturation: 0.86 and the lightness value of dd11cf is 0.47.

The process color (four color CMYK) of #dd11cf color hex is 0.00, 0.92, 0.06, 0.13. Web safe color of #dd11cf is #cc00cc. Color #dd11cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010001 11001111
Octal 335 21 317
Decimal 221 17 207
Hex DD 11 CF

RGB Percentages of Color #dd11cf

%49.66
%3.82
%46.52

CMYK Percentages of Color #dd11cf

%0
%92
%6
%13

Triadic Colors of #dd11cf

#dd11cf #cfdd11 #11cfdd

Analogous Colors of #dd11cf

#dd11cf #dd1169 #8511dd

Monochromatic Colors of #dd11cf

#dd11cf

Complementary Color

#dd11cf #11dd1f

#dd11cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd11cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd11cf Color CSS Codes

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

#dd11cf Text Font Color

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

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


#dd11cf Background Color

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

This div background color is #dd11cf


#dd11cf Border Color

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

This div border color is #dd11cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd11cf


Comments

No comments written yet.

Please login to write comment.