Color Hex Logo

#dc9fee Color Hex

#DC9FEE
(220,159,238)
0 Favorites   0 Comments

Color spaces of #dc9fee

RGB 220159238
HSL0.800.700.78
HSV286°33°93°
CMYK 0.080.330.00   0.07
XYZ57.346046.185086.7810
Yxy46.18500.30130.2427
Hunter Lab67.959531.6936-28.1387
CIE-Lab73.665436.0094-30.8365

#dc9fee color RGB value is (220,159,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011111 11101110
Octal 334 237 356
Decimal 220 159 238
Hex DC 9F EE

RGB Percentages of Color #dc9fee

%35.66
%25.77
%38.57

CMYK Percentages of Color #dc9fee

%8
%33
%0
%7

Triadic Colors of #dc9fee

#dc9fee #eedc9f #9feedc

Analogous Colors of #dc9fee

#dc9fee #ee9fd9 #b59fee

Monochromatic Colors of #dc9fee

#dc9fee

Complementary Color

#dc9fee #b1ee9f

#dc9fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9fee Color CSS Codes

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

#dc9fee Text Font Color

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

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


#dc9fee Background Color

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

This div background color is #dc9fee


#dc9fee Border Color

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

This div border color is #dc9fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9fee


Comments

No comments written yet.

Please login to write comment.