Color Hex Logo

#dc9eef Color Hex

#DC9EEF
(220,158,239)
0 Favorites   0 Comments

Color spaces of #dc9eef

RGB 220158239
HSL0.790.720.78
HSV286°34°94°
CMYK 0.080.340.00   0.06
XYZ57.322045.901487.5000
Yxy45.90140.30060.2407
Hunter Lab67.750632.4607-29.1478
CIE-Lab73.481536.7431-31.6643

#dc9eef color RGB value is (220,158,239).

#dc9eef hex color red value is 220, green value is 158 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dc9eef hue: 0.79 , saturation: 0.72 and the lightness value of dc9eef is 0.78.

The process color (four color CMYK) of #dc9eef color hex is 0.08, 0.34, 0.00, 0.06. Web safe color of #dc9eef is #cc99ff. Color #dc9eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011110 11101111
Octal 334 236 357
Decimal 220 158 239
Hex DC 9E EF

RGB Percentages of Color #dc9eef

%35.66
%25.61
%38.74

CMYK Percentages of Color #dc9eef

%8
%34
%0
%6

Triadic Colors of #dc9eef

#dc9eef #efdc9e #9eefdc

Analogous Colors of #dc9eef

#dc9eef #ef9eda #b49eef

Monochromatic Colors of #dc9eef

#dc9eef

Complementary Color

#dc9eef #b1ef9e

#dc9eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9eef Color CSS Codes

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

#dc9eef Text Font Color

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

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


#dc9eef Background Color

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

This div background color is #dc9eef


#dc9eef Border Color

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

This div border color is #dc9eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9eef


Comments

No comments written yet.

Please login to write comment.