Color Hex Logo

#db4ede Color Hex

#DB4EDE
(219,78,222)
0 Favorites   0 Comments

Color spaces of #db4ede

RGB 21978222
HSL0.830.690.59
HSV299°65°87°
CMYK 0.010.650.00   0.13
XYZ45.122625.782871.7056
Yxy25.78280.31640.1808
Hunter Lab50.776869.7641-48.1840
CIE-Lab57.830371.8174-46.7111

#db4ede color RGB value is (219,78,222).

#db4ede hex color red value is 219, green value is 78 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #db4ede hue: 0.83 , saturation: 0.69 and the lightness value of db4ede is 0.59.

The process color (four color CMYK) of #db4ede color hex is 0.01, 0.65, 0.00, 0.13. Web safe color of #db4ede is #cc66cc. Color #db4ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001110 11011110
Octal 333 116 336
Decimal 219 78 222
Hex DB 4E DE

RGB Percentages of Color #db4ede

%42.20
%15.03
%42.77

CMYK Percentages of Color #db4ede

%1
%65
%0
%13

Triadic Colors of #db4ede

#db4ede #dedb4e #4ededb

Analogous Colors of #db4ede

#db4ede #de4e99 #934ede

Monochromatic Colors of #db4ede

#db4ede

Complementary Color

#db4ede #51de4e

#db4ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4ede Color CSS Codes

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

#db4ede Text Font Color

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

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


#db4ede Background Color

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

This div background color is #db4ede


#db4ede Border Color

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

This div border color is #db4ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4ede


Comments

No comments written yet.

Please login to write comment.