Color Hex Logo

#dc8dee Color Hex

#DC8DEE
(220,141,238)
0 Favorites   0 Comments

Color spaces of #dc8dee

RGB 220141238
HSL0.800.740.74
HSV289°41°93°
CMYK 0.080.410.00   0.07
XYZ54.472740.438485.8233
Yxy40.43840.30140.2237
Hunter Lab63.591241.6199-35.5045
CIE-Lab69.780645.5765-36.8498

#dc8dee color RGB value is (220,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001101 11101110
Octal 334 215 356
Decimal 220 141 238
Hex DC 8D EE

RGB Percentages of Color #dc8dee

%36.73
%23.54
%39.73

CMYK Percentages of Color #dc8dee

%8
%41
%0
%7

Triadic Colors of #dc8dee

#dc8dee #eedc8d #8deedc

Analogous Colors of #dc8dee

#dc8dee #ee8dd0 #ac8dee

Monochromatic Colors of #dc8dee

#dc8dee

Complementary Color

#dc8dee #9fee8d

#dc8dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc8dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc8dee Color CSS Codes

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

#dc8dee Text Font Color

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

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


#dc8dee Background Color

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

This div background color is #dc8dee


#dc8dee Border Color

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

This div border color is #dc8dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc8dee


Comments

No comments written yet.

Please login to write comment.