Color Hex Logo

#dc9fec Color Hex

#DC9FEC
(220,159,236)
0 Favorites   0 Comments

Color spaces of #dc9fec

RGB 220159236
HSL0.800.670.77
HSV288°33°93°
CMYK 0.070.330.00   0.07
XYZ57.053746.068085.2418
Yxy46.06800.30290.2446
Hunter Lab67.873431.2668-26.9506
CIE-Lab73.589635.6170-29.8643

#dc9fec color RGB value is (220,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011111 11101100
Octal 334 237 354
Decimal 220 159 236
Hex DC 9F EC

RGB Percentages of Color #dc9fec

%35.77
%25.85
%38.37

CMYK Percentages of Color #dc9fec

%7
%33
%0
%7

Triadic Colors of #dc9fec

#dc9fec #ecdc9f #9fecdc

Analogous Colors of #dc9fec

#dc9fec #ec9fd6 #b69fec

Monochromatic Colors of #dc9fec

#dc9fec

Complementary Color

#dc9fec #afec9f

#dc9fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9fec Color CSS Codes

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

#dc9fec Text Font Color

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

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


#dc9fec Background Color

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

This div background color is #dc9fec


#dc9fec Border Color

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

This div border color is #dc9fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9fec


Comments

No comments written yet.

Please login to write comment.