Color Hex Logo

#dc89cc Color Hex

#DC89CC
(220,137,204)
0 Favorites   0 Comments

Color spaces of #dc89cc

RGB 220137204
HSL0.870.540.70
HSV312°38°86°
CMYK 0.000.380.07   0.14
XYZ49.359937.466661.7570
Yxy37.46660.33220.2522
Hunter Lab61.210036.8255-16.9729
CIE-Lab67.625641.4422-21.3715

#dc89cc color RGB value is (220,137,204).

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

The process color (four color CMYK) of #dc89cc color hex is 0.00, 0.38, 0.07, 0.14. Web safe color of #dc89cc is #cc99cc. Color #dc89cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11001100
Octal 334 211 314
Decimal 220 137 204
Hex DC 89 CC

RGB Percentages of Color #dc89cc

%39.22
%24.42
%36.36

CMYK Percentages of Color #dc89cc

%0
%38
%7
%14

Triadic Colors of #dc89cc

#dc89cc #ccdc89 #89ccdc

Analogous Colors of #dc89cc

#dc89cc #dc89a3 #c389dc

Monochromatic Colors of #dc89cc

#dc89cc

Complementary Color

#dc89cc #89dc99

#dc89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89cc Color CSS Codes

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

#dc89cc Text Font Color

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

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


#dc89cc Background Color

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

This div background color is #dc89cc


#dc89cc Border Color

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

This div border color is #dc89cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89cc


Comments

No comments written yet.

Please login to write comment.