Color Hex Logo

#dd81cc Color Hex

#DD81CC
(221,129,204)
0 Favorites   0 Comments

Color spaces of #dd81cc

RGB 221129204
HSL0.860.580.69
HSV311°42°87°
CMYK 0.000.420.08   0.13
XYZ48.568135.432361.4060
Yxy35.43230.33400.2437
Hunter Lab59.525041.4742-19.4960
CIE-Lab66.083945.9272-23.7155

#dd81cc color RGB value is (221,129,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000001 11001100
Octal 335 201 314
Decimal 221 129 204
Hex DD 81 CC

RGB Percentages of Color #dd81cc

%39.89
%23.29
%36.82

CMYK Percentages of Color #dd81cc

%0
%42
%8
%13

Triadic Colors of #dd81cc

#dd81cc #ccdd81 #81ccdd

Analogous Colors of #dd81cc

#dd81cc #dd819e #c081dd

Monochromatic Colors of #dd81cc

#dd81cc

Complementary Color

#dd81cc #81dd92

#dd81cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd81cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd81cc Color CSS Codes

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

#dd81cc Text Font Color

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

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


#dd81cc Background Color

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

This div background color is #dd81cc


#dd81cc Border Color

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

This div border color is #dd81cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd81cc


Comments

No comments written yet.

Please login to write comment.