Color Hex Logo

#dc89cf Color Hex

#DC89CF
(220,137,207)
0 Favorites   0 Comments

Color spaces of #dc89cf

RGB 220137207
HSL0.860.540.70
HSV309°38°86°
CMYK 0.000.380.06   0.14
XYZ49.723337.612063.6706
Yxy37.61200.32930.2491
Hunter Lab61.328637.3970-18.6241
CIE-Lab67.733741.9604-22.8778

#dc89cf color RGB value is (220,137,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11001111
Octal 334 211 317
Decimal 220 137 207
Hex DC 89 CF

RGB Percentages of Color #dc89cf

%39.01
%24.29
%36.70

CMYK Percentages of Color #dc89cf

%0
%38
%6
%14

Triadic Colors of #dc89cf

#dc89cf #cfdc89 #89cfdc

Analogous Colors of #dc89cf

#dc89cf #dc89a6 #c089dc

Monochromatic Colors of #dc89cf

#dc89cf

Complementary Color

#dc89cf #89dc96

#dc89cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89cf Color CSS Codes

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

#dc89cf Text Font Color

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

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


#dc89cf Background Color

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

This div background color is #dc89cf


#dc89cf Border Color

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

This div border color is #dc89cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89cf


Comments

No comments written yet.

Please login to write comment.