Color Hex Logo

#db5edd Color Hex

#DB5EDD
(219,94,221)
0 Favorites   0 Comments

Color spaces of #db5edd

RGB 21994221
HSL0.830.650.62
HSV299°57°87°
CMYK 0.010.570.00   0.13
XYZ46.267328.285971.4278
Yxy28.28590.31690.1938
Hunter Lab53.184562.2114-42.3985
CIE-Lab60.146265.1061-42.4932

#db5edd color RGB value is (219,94,221).

#db5edd hex color red value is 219, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db5edd hue: 0.83 , saturation: 0.65 and the lightness value of db5edd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011110 11011101
Octal 333 136 335
Decimal 219 94 221
Hex DB 5E DD

RGB Percentages of Color #db5edd

%41.01
%17.60
%41.39

CMYK Percentages of Color #db5edd

%1
%57
%0
%13

Triadic Colors of #db5edd

#db5edd #dddb5e #5edddb

Analogous Colors of #db5edd

#db5edd #dd5ea0 #9c5edd

Monochromatic Colors of #db5edd

#db5edd

Complementary Color

#db5edd #60dd5e

#db5edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db5edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db5edd Color CSS Codes

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

#db5edd Text Font Color

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

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


#db5edd Background Color

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

This div background color is #db5edd


#db5edd Border Color

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

This div border color is #db5edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db5edd


Comments

No comments written yet.

Please login to write comment.