Color Hex Logo

#dc9eee Color Hex

#DC9EEE
(220,158,238)
0 Favorites   0 Comments

Color spaces of #dc9eee

RGB 220158238
HSL0.800.700.78
HSV287°34°93°
CMYK 0.080.340.00   0.07
XYZ57.174745.842486.7240
Yxy45.84240.30130.2416
Hunter Lab67.707032.2458-28.5480
CIE-Lab73.443236.5463-31.1791

#dc9eee color RGB value is (220,158,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10011110 11101110
Octal 334 236 356
Decimal 220 158 238
Hex DC 9E EE

RGB Percentages of Color #dc9eee

%35.71
%25.65
%38.64

CMYK Percentages of Color #dc9eee

%8
%34
%0
%7

Triadic Colors of #dc9eee

#dc9eee #eedc9e #9eeedc

Analogous Colors of #dc9eee

#dc9eee #ee9ed8 #b49eee

Monochromatic Colors of #dc9eee

#dc9eee

Complementary Color

#dc9eee #b0ee9e

#dc9eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9eee Color CSS Codes

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

#dc9eee Text Font Color

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

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


#dc9eee Background Color

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

This div background color is #dc9eee


#dc9eee Border Color

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

This div border color is #dc9eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9eee


Comments

No comments written yet.

Please login to write comment.