Color Hex Logo

#de89db Color Hex

#DE89DB
(222,137,219)
0 Favorites   0 Comments

Color spaces of #de89db

RGB 222137219
HSL0.840.560.70
HSV302°38°87°
CMYK 0.000.380.01   0.13
XYZ51.856038.535471.7228
Yxy38.53540.31990.2377
Hunter Lab62.076940.4756-25.0490
CIE-Lab68.413444.7102-28.4783

#de89db color RGB value is (222,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10001001 11011011
Octal 336 211 333
Decimal 222 137 219
Hex DE 89 DB

RGB Percentages of Color #de89db

%38.41
%23.70
%37.89

CMYK Percentages of Color #de89db

%0
%38
%1
%13

Triadic Colors of #de89db

#de89db #dbde89 #89dbde

Analogous Colors of #de89db

#de89db #de89b1 #b789de

Monochromatic Colors of #de89db

#de89db

Complementary Color

#de89db #89de8c

#de89db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de89db Color Preview on White Background

Lorem ipsum dolor sit amet.

#de89db Color CSS Codes

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

#de89db Text Font Color

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

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


#de89db Background Color

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

This div background color is #de89db


#de89db Border Color

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

This div border color is #de89db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de89db


Comments

No comments written yet.

Please login to write comment.