Color Hex Logo

#dc9ecc Color Hex

#DC9ECC
(220,158,204)
0 Favorites   0 Comments

Color spaces of #dc9ecc

RGB 220158204
HSL0.880.470.74
HSV315°28°86°
CMYK 0.000.280.07   0.14
XYZ52.641144.029062.8507
Yxy44.02900.33000.2760
Hunter Lab66.354425.4898-9.7113
CIE-Lab72.247930.2337-14.3737

#dc9ecc color RGB value is (220,158,204).

#dc9ecc hex color red value is 220, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dc9ecc hue: 0.88 , saturation: 0.47 and the lightness value of dc9ecc is 0.74.

The process color (four color CMYK) of #dc9ecc color hex is 0.00, 0.28, 0.07, 0.14. Web safe color of #dc9ecc is #cc99cc. Color #dc9ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011110 11001100
Octal 334 236 314
Decimal 220 158 204
Hex DC 9E CC

RGB Percentages of Color #dc9ecc

%37.80
%27.15
%35.05

CMYK Percentages of Color #dc9ecc

%0
%28
%7
%14

Triadic Colors of #dc9ecc

#dc9ecc #ccdc9e #9eccdc

Analogous Colors of #dc9ecc

#dc9ecc #dc9ead #cd9edc

Monochromatic Colors of #dc9ecc

#dc9ecc

Complementary Color

#dc9ecc #9edcae

#dc9ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9ecc Color CSS Codes

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

#dc9ecc Text Font Color

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

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


#dc9ecc Background Color

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

This div background color is #dc9ecc


#dc9ecc Border Color

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

This div border color is #dc9ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9ecc

#dc9ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.