Color Hex Logo

#dc9dec Color Hex

#DC9DEC
(220,157,236)
0 Favorites   0 Comments

Color spaces of #dc9dec

RGB 220157236
HSL0.800.680.77
HSV288°33°93°
CMYK 0.070.330.00   0.07
XYZ56.712545.385785.1281
Yxy45.38570.30290.2424
Hunter Lab67.368932.3693-27.7613
CIE-Lab73.145136.6904-30.5487

#dc9dec color RGB value is (220,157,236).

#dc9dec hex color red value is 220, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dc9dec hue: 0.80 , saturation: 0.68 and the lightness value of dc9dec is 0.77.

The process color (four color CMYK) of #dc9dec color hex is 0.07, 0.33, 0.00, 0.07. Web safe color of #dc9dec is #cc99ff. Color #dc9dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011101 11101100
Octal 334 235 354
Decimal 220 157 236
Hex DC 9D EC

RGB Percentages of Color #dc9dec

%35.89
%25.61
%38.50

CMYK Percentages of Color #dc9dec

%7
%33
%0
%7

Triadic Colors of #dc9dec

#dc9dec #ecdc9d #9decdc

Analogous Colors of #dc9dec

#dc9dec #ec9dd5 #b59dec

Monochromatic Colors of #dc9dec

#dc9dec

Complementary Color

#dc9dec #adec9d

#dc9dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9dec Color CSS Codes

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

#dc9dec Text Font Color

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

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


#dc9dec Background Color

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

This div background color is #dc9dec


#dc9dec Border Color

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

This div border color is #dc9dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,157,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9dec


Comments

No comments written yet.

Please login to write comment.