Color Hex Logo

#dd8ece Color Hex

#DD8ECE
(221,142,206)
0 Favorites   0 Comments

Color spaces of #dd8ece

RGB 221142206
HSL0.860.540.71
HSV311°36°87°
CMYK 0.000.360.07   0.13
XYZ50.632439.174463.2853
Yxy39.17440.33070.2559
Hunter Lab62.589534.8679-16.1365
CIE-Lab68.877439.4710-20.5678

#dd8ece color RGB value is (221,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001110 11001110
Octal 335 216 316
Decimal 221 142 206
Hex DD 8E CE

RGB Percentages of Color #dd8ece

%38.84
%24.96
%36.20

CMYK Percentages of Color #dd8ece

%0
%36
%7
%13

Triadic Colors of #dd8ece

#dd8ece #cedd8e #8ecedd

Analogous Colors of #dd8ece

#dd8ece #dd8ea7 #c58edd

Monochromatic Colors of #dd8ece

#dd8ece

Complementary Color

#dd8ece #8edd9d

#dd8ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8ece Color CSS Codes

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

#dd8ece Text Font Color

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

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


#dd8ece Background Color

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

This div background color is #dd8ece


#dd8ece Border Color

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

This div border color is #dd8ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8ece


Comments

No comments written yet.

Please login to write comment.