Color Hex Logo

#de89be Color Hex

#DE89BE
(222,137,190)
0 Favorites   0 Comments

Color spaces of #de89be

RGB 222137190
HSL0.900.560.70
HSV323°38°87°
CMYK 0.000.380.14   0.13
XYZ48.364137.138653.3346
Yxy37.13860.34840.2675
Hunter Lab60.941435.0129-9.2303
CIE-Lab67.380939.7761-13.8968

#de89be color RGB value is (222,137,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 10111110
Octal 336 211 276
Decimal 222 137 190
Hex DE 89 BE

RGB Percentages of Color #de89be

%40.44
%24.95
%34.61

CMYK Percentages of Color #de89be

%0
%38
%14
%13

Triadic Colors of #de89be

#de89be #bede89 #89bede

Analogous Colors of #de89be

#de89be #de8994 #d489de

Monochromatic Colors of #de89be

#de89be

Complementary Color

#de89be #89dea9

#de89be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de89be Color Preview on White Background

Lorem ipsum dolor sit amet.

#de89be Color CSS Codes

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

#de89be Text Font Color

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

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


#de89be Background Color

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

This div background color is #de89be


#de89be Border Color

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

This div border color is #de89be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de89be

#de89be Color Palettes


Comments

No comments written yet.

Please login to write comment.