Color Hex Logo

#dd0ece Color Hex

#DD0ECE
(221,14,206)
0 Favorites   0 Comments

Color spaces of #dd0ece

RGB 22114206
HSL0.850.880.46
HSV304°94°87°
CMYK 0.000.940.07   0.13
XYZ41.116420.142560.1133
Yxy20.14250.33880.1660
Hunter Lab44.880484.9890-47.9974
CIE-Lab51.997985.0538-46.8338

#dd0ece color RGB value is (221,14,206).

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

The process color (four color CMYK) of #dd0ece color hex is 0.00, 0.94, 0.07, 0.13. Web safe color of #dd0ece is #cc00cc. Color #dd0ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001110 11001110
Octal 335 16 316
Decimal 221 14 206
Hex DD E CE

RGB Percentages of Color #dd0ece

%50.11
%3.17
%46.71

CMYK Percentages of Color #dd0ece

%0
%94
%7
%13

Triadic Colors of #dd0ece

#dd0ece #cedd0e #0ecedd

Analogous Colors of #dd0ece

#dd0ece #dd0e67 #850edd

Monochromatic Colors of #dd0ece

#dd0ece

Complementary Color

#dd0ece #0edd1d

#dd0ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0ece Color CSS Codes

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

#dd0ece Text Font Color

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

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


#dd0ece Background Color

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

This div background color is #dd0ece


#dd0ece Border Color

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

This div border color is #dd0ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0ece


Comments

No comments written yet.

Please login to write comment.