Color Hex Logo

#db41de Color Hex

#DB41DE
(219,65,222)
0 Favorites   0 Comments

Color spaces of #db41de

RGB 21965222
HSL0.830.700.56
HSV299°71°87°
CMYK 0.010.710.00   0.13
XYZ44.288524.114671.4276
Yxy24.11460.31670.1725
Hunter Lab49.106675.0498-51.8651
CIE-Lab56.202476.4161-49.2927

#db41de color RGB value is (219,65,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000001 11011110
Octal 333 101 336
Decimal 219 65 222
Hex DB 41 DE

RGB Percentages of Color #db41de

%43.28
%12.85
%43.87

CMYK Percentages of Color #db41de

%1
%71
%0
%13

Triadic Colors of #db41de

#db41de #dedb41 #41dedb

Analogous Colors of #db41de

#db41de #de4193 #8d41de

Monochromatic Colors of #db41de

#db41de

Complementary Color

#db41de #44de41

#db41de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db41de Color Preview on White Background

Lorem ipsum dolor sit amet.

#db41de Color CSS Codes

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

#db41de Text Font Color

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

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


#db41de Background Color

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

This div background color is #db41de


#db41de Border Color

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

This div border color is #db41de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db41de


Comments

No comments written yet.

Please login to write comment.