Color Hex Logo

#de89bf Color Hex

#DE89BF
(222,137,191)
0 Favorites   0 Comments

Color spaces of #de89bf

RGB 222137191
HSL0.890.560.70
HSV322°38°87°
CMYK 0.000.380.14   0.13
XYZ48.473837.182553.9123
Yxy37.18250.34730.2664
Hunter Lab60.977535.1874-9.7361
CIE-Lab67.413739.9361-14.4073

#de89bf color RGB value is (222,137,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 10111111
Octal 336 211 277
Decimal 222 137 191
Hex DE 89 BF

RGB Percentages of Color #de89bf

%40.36
%24.91
%34.73

CMYK Percentages of Color #de89bf

%0
%38
%14
%13

Triadic Colors of #de89bf

#de89bf #bfde89 #89bfde

Analogous Colors of #de89bf

#de89bf #de8995 #d389de

Monochromatic Colors of #de89bf

#de89bf

Complementary Color

#de89bf #89dea8

#de89bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de89bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de89bf Color CSS Codes

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

#de89bf Text Font Color

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

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


#de89bf Background Color

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

This div background color is #de89bf


#de89bf Border Color

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

This div border color is #de89bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de89bf


Comments

No comments written yet.

Please login to write comment.