Color Hex Logo

#dc89df Color Hex

#DC89DF
(220,137,223)
0 Favorites   0 Comments

Color spaces of #dc89df

RGB 220137223
HSL0.830.570.71
HSV298°39°87°
CMYK 0.010.390.00   0.13
XYZ51.780138.434774.5016
Yxy38.43470.31440.2333
Hunter Lab61.995740.5943-27.8531
CIE-Lab68.339844.8280-30.8242

#dc89df color RGB value is (220,137,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10001001 11011111
Octal 334 211 337
Decimal 220 137 223
Hex DC 89 DF

RGB Percentages of Color #dc89df

%37.93
%23.62
%38.45

CMYK Percentages of Color #dc89df

%1
%39
%0
%13

Triadic Colors of #dc89df

#dc89df #dfdc89 #89dfdc

Analogous Colors of #dc89df

#dc89df #df89b7 #b189df

Monochromatic Colors of #dc89df

#dc89df

Complementary Color

#dc89df #8cdf89

#dc89df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc89df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc89df Color CSS Codes

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

#dc89df Text Font Color

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

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


#dc89df Background Color

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

This div background color is #dc89df


#dc89df Border Color

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

This div border color is #dc89df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc89df


Comments

No comments written yet.

Please login to write comment.