Color Hex Logo

#dd10c7 Color Hex

#DD10C7
(221,16,199)
0 Favorites   0 Comments

Color spaces of #dd10c7

RGB 22116199
HSL0.850.860.46
HSV306°93°87°
CMYK 0.000.930.10   0.13
XYZ40.312919.866355.7427
Yxy19.86630.34780.1714
Hunter Lab44.571683.4443-42.9498
CIE-Lab51.685783.9201-43.2953

#dd10c7 color RGB value is (221,16,199).

#dd10c7 hex color red value is 221, green value is 16 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #dd10c7 hue: 0.85 , saturation: 0.86 and the lightness value of dd10c7 is 0.46.

The process color (four color CMYK) of #dd10c7 color hex is 0.00, 0.93, 0.10, 0.13. Web safe color of #dd10c7 is #cc00cc. Color #dd10c7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010000 11000111
Octal 335 20 307
Decimal 221 16 199
Hex DD 10 C7

RGB Percentages of Color #dd10c7

%50.69
%3.67
%45.64

CMYK Percentages of Color #dd10c7

%0
%93
%10
%13

Triadic Colors of #dd10c7

#dd10c7 #c7dd10 #10c7dd

Analogous Colors of #dd10c7

#dd10c7 #dd1060 #8d10dd

Monochromatic Colors of #dd10c7

#dd10c7

Complementary Color

#dd10c7 #10dd26

#dd10c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd10c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd10c7 Color CSS Codes

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

#dd10c7 Text Font Color

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

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


#dd10c7 Background Color

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

This div background color is #dd10c7


#dd10c7 Border Color

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

This div border color is #dd10c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd10c7


Comments

No comments written yet.

Please login to write comment.