Color Hex Logo

#dc89ee Color Hex

#DC89EE
(220,137,238)
0 Favorites   0 Comments

Color spaces of #dc89ee

RGB 220137238
HSL0.800.750.74
HSV289°42°93°
CMYK 0.080.420.00   0.07
XYZ53.893539.280085.6302
Yxy39.28000.30140.2197
Hunter Lab62.673843.8140-37.1354
CIE-Lab68.953647.6640-38.1370

#dc89ee color RGB value is (220,137,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11101110
Octal 334 211 356
Decimal 220 137 238
Hex DC 89 EE

RGB Percentages of Color #dc89ee

%36.97
%23.03
%40.00

CMYK Percentages of Color #dc89ee

%8
%42
%0
%7

Triadic Colors of #dc89ee

#dc89ee #eedc89 #89eedc

Analogous Colors of #dc89ee

#dc89ee #ee89ce #aa89ee

Monochromatic Colors of #dc89ee

#dc89ee

Complementary Color

#dc89ee #9bee89

#dc89ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89ee Color CSS Codes

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

#dc89ee Text Font Color

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

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


#dc89ee Background Color

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

This div background color is #dc89ee


#dc89ee Border Color

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

This div border color is #dc89ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89ee


Comments

No comments written yet.

Please login to write comment.