Color Hex Logo

#dd80cf Color Hex

#DD80CF
(221,128,207)
0 Favorites   0 Comments

Color spaces of #dd80cf

RGB 221128207
HSL0.860.580.68
HSV309°42°87°
CMYK 0.000.420.06   0.13
XYZ48.800535.315563.2760
Yxy35.31550.33110.2396
Hunter Lab59.426842.5847-21.5315
CIE-Lab65.993646.9529-25.5318

#dd80cf color RGB value is (221,128,207).

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

The process color (four color CMYK) of #dd80cf color hex is 0.00, 0.42, 0.06, 0.13. Web safe color of #dd80cf is #cc99cc. Color #dd80cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 11001111
Octal 335 200 317
Decimal 221 128 207
Hex DD 80 CF

RGB Percentages of Color #dd80cf

%39.75
%23.02
%37.23

CMYK Percentages of Color #dd80cf

%0
%42
%6
%13

Triadic Colors of #dd80cf

#dd80cf #cfdd80 #80cfdd

Analogous Colors of #dd80cf

#dd80cf #dd80a1 #bd80dd

Monochromatic Colors of #dd80cf

#dd80cf

Complementary Color

#dd80cf #80dd8e

#dd80cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd80cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd80cf Color CSS Codes

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

#dd80cf Text Font Color

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

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


#dd80cf Background Color

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

This div background color is #dd80cf


#dd80cf Border Color

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

This div border color is #dd80cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd80cf


Comments

No comments written yet.

Please login to write comment.