Color Hex Logo

#de89cc Color Hex

#DE89CC
(222,137,204)
0 Favorites   0 Comments

Color spaces of #de89cc

RGB 222137204
HSL0.870.560.70
HSV313°38°87°
CMYK 0.000.380.08   0.13
XYZ49.968937.780561.7855
Yxy37.78050.33420.2527
Hunter Lab61.465837.5471-16.5722
CIE-Lab67.858542.0844-20.9954

#de89cc color RGB value is (222,137,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 11001100
Octal 336 211 314
Decimal 222 137 204
Hex DE 89 CC

RGB Percentages of Color #de89cc

%39.43
%24.33
%36.23

CMYK Percentages of Color #de89cc

%0
%38
%8
%13

Triadic Colors of #de89cc

#de89cc #ccde89 #89ccde

Analogous Colors of #de89cc

#de89cc #de89a2 #c689de

Monochromatic Colors of #de89cc

#de89cc

Complementary Color

#de89cc #89de9b

#de89cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de89cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#de89cc Color CSS Codes

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

#de89cc Text Font Color

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

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


#de89cc Background Color

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

This div background color is #de89cc


#de89cc Border Color

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

This div border color is #de89cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,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 #de89cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de89cc


Comments

No comments written yet.

Please login to write comment.