Color Hex Logo

#db2edd Color Hex

#DB2EDD
(219,46,221)
0 Favorites   0 Comments

Color spaces of #db2edd

RGB 21946221
HSL0.830.720.52
HSV299°79°87°
CMYK 0.010.790.00   0.13
XYZ43.241622.234570.4192
Yxy22.23450.31820.1636
Hunter Lab47.153581.1730-55.5365
CIE-Lab54.274981.6452-51.7942

#db2edd color RGB value is (219,46,221).

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

The process color (four color CMYK) of #db2edd color hex is 0.01, 0.79, 0.00, 0.13. Web safe color of #db2edd is #cc33cc. Color #db2edd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101110 11011101
Octal 333 56 335
Decimal 219 46 221
Hex DB 2E DD

RGB Percentages of Color #db2edd

%45.06
%9.47
%45.47

CMYK Percentages of Color #db2edd

%1
%79
%0
%13

Triadic Colors of #db2edd

#db2edd #dddb2e #2edddb

Analogous Colors of #db2edd

#db2edd #dd2e88 #842edd

Monochromatic Colors of #db2edd

#db2edd

Complementary Color

#db2edd #30dd2e

#db2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2edd Color CSS Codes

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

#db2edd Text Font Color

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

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


#db2edd Background Color

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

This div background color is #db2edd


#db2edd Border Color

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

This div border color is #db2edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,46,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 #db2edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2edd


Comments

No comments written yet.

Please login to write comment.