Color Hex Logo

#df89ce Color Hex

#DF89CE
(223,137,206)
0 Favorites   0 Comments

Color spaces of #df89ce

RGB 223137206
HSL0.870.570.71
HSV312°39°87°
CMYK 0.000.390.08   0.13
XYZ50.517738.035563.0715
Yxy38.03550.33320.2509
Hunter Lab61.672938.2858-17.4635
CIE-Lab68.046842.7450-21.8118

#df89ce color RGB value is (223,137,206).

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

The process color (four color CMYK) of #df89ce color hex is 0.00, 0.39, 0.08, 0.13. Web safe color of #df89ce is #cc99cc. Color #df89ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10001001 11001110
Octal 337 211 316
Decimal 223 137 206
Hex DF 89 CE

RGB Percentages of Color #df89ce

%39.40
%24.20
%36.40

CMYK Percentages of Color #df89ce

%0
%39
%8
%13

Triadic Colors of #df89ce

#df89ce #cedf89 #89cedf

Analogous Colors of #df89ce

#df89ce #df89a3 #c589df

Monochromatic Colors of #df89ce

#df89ce

Complementary Color

#df89ce #89df9a

#df89ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df89ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#df89ce Color CSS Codes

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

#df89ce Text Font Color

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

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


#df89ce Background Color

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

This div background color is #df89ce


#df89ce Border Color

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

This div border color is #df89ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df89ce

#df89ce Color Palettes


Comments

No comments written yet.

Please login to write comment.