Color Hex Logo

#dd8cce Color Hex

#DD8CCE
(221,140,206)
0 Favorites   0 Comments

Color spaces of #dd8cce

RGB 221140206
HSL0.860.540.71
HSV311°37°87°
CMYK 0.000.370.07   0.13
XYZ50.337538.584663.1870
Yxy38.58460.33090.2537
Hunter Lab62.116535.9476-16.8302
CIE-Lab68.449340.5279-21.2195

#dd8cce color RGB value is (221,140,206).

#dd8cce hex color red value is 221, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dd8cce hue: 0.86 , saturation: 0.54 and the lightness value of dd8cce is 0.71.

The process color (four color CMYK) of #dd8cce color hex is 0.00, 0.37, 0.07, 0.13. Web safe color of #dd8cce is #cc99cc. Color #dd8cce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001100 11001110
Octal 335 214 316
Decimal 221 140 206
Hex DD 8C CE

RGB Percentages of Color #dd8cce

%38.98
%24.69
%36.33

CMYK Percentages of Color #dd8cce

%0
%37
%7
%13

Triadic Colors of #dd8cce

#dd8cce #cedd8c #8ccedd

Analogous Colors of #dd8cce

#dd8cce #dd8ca6 #c48cdd

Monochromatic Colors of #dd8cce

#dd8cce

Complementary Color

#dd8cce #8cdd9b

#dd8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8cce Color CSS Codes

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

#dd8cce Text Font Color

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

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


#dd8cce Background Color

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

This div background color is #dd8cce


#dd8cce Border Color

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

This div border color is #dd8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8cce


Comments

No comments written yet.

Please login to write comment.