Color Hex Logo

#de89cd Color Hex

#DE89CD
(222,137,205)
0 Favorites   0 Comments

Color spaces of #de89cd

RGB 222137205
HSL0.870.560.70
HSV312°38°87°
CMYK 0.000.380.08   0.13
XYZ50.089337.828762.4193
Yxy37.82870.33320.2516
Hunter Lab61.505037.7354-17.1178
CIE-Lab67.894242.2546-21.4982

#de89cd color RGB value is (222,137,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 11001101
Octal 336 211 315
Decimal 222 137 205
Hex DE 89 CD

RGB Percentages of Color #de89cd

%39.36
%24.29
%36.35

CMYK Percentages of Color #de89cd

%0
%38
%8
%13

Triadic Colors of #de89cd

#de89cd #cdde89 #89cdde

Analogous Colors of #de89cd

#de89cd #de89a3 #c589de

Monochromatic Colors of #de89cd

#de89cd

Complementary Color

#de89cd #89de9a

#de89cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de89cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de89cd Color CSS Codes

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

#de89cd Text Font Color

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

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


#de89cd Background Color

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

This div background color is #de89cd


#de89cd Border Color

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

This div border color is #de89cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de89cd


Comments

No comments written yet.

Please login to write comment.