Color Hex Logo

#dc89dd Color Hex

#DC89DD
(220,137,221)
0 Favorites   0 Comments

Color spaces of #dc89dd

RGB 220137221
HSL0.830.550.70
HSV299°38°87°
CMYK 0.000.380.00   0.13
XYZ51.512038.327473.0896
Yxy38.32740.31620.2352
Hunter Lab61.909140.1814-26.6611
CIE-Lab68.261244.4606-29.8391

#dc89dd color RGB value is (220,137,221).

#dc89dd hex color red value is 220, green value is 137 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dc89dd hue: 0.83 , saturation: 0.55 and the lightness value of dc89dd is 0.70.

The process color (four color CMYK) of #dc89dd color hex is 0.00, 0.38, 0.00, 0.13. Web safe color of #dc89dd is #cc99cc. Color #dc89dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11011101
Octal 334 211 335
Decimal 220 137 221
Hex DC 89 DD

RGB Percentages of Color #dc89dd

%38.06
%23.70
%38.24

CMYK Percentages of Color #dc89dd

%0
%38
%0
%13

Triadic Colors of #dc89dd

#dc89dd #dddc89 #89dddc

Analogous Colors of #dc89dd

#dc89dd #dd89b4 #b289dd

Monochromatic Colors of #dc89dd

#dc89dd

Complementary Color

#dc89dd #8add89

#dc89dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89dd Color CSS Codes

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

#dc89dd Text Font Color

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

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


#dc89dd Background Color

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

This div background color is #dc89dd


#dc89dd Border Color

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

This div border color is #dc89dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89dd


Comments

No comments written yet.

Please login to write comment.