Color Hex Logo

#db29fe Color Hex

#DB29FE
(219,41,254)
0 Favorites   0 Comments

Color spaces of #db29fe

RGB 21941254
HSL0.810.990.58
HSV290°84°100°
CMYK 0.140.840.00   0.00
XYZ47.895723.801795.8357
Yxy23.80170.28590.1421
Hunter Lab48.787089.8618-82.3166
CIE-Lab55.888788.0185-67.7232

#db29fe color RGB value is (219,41,254).

#db29fe hex color red value is 219, green value is 41 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #db29fe hue: 0.81 , saturation: 0.99 and the lightness value of db29fe is 0.58.

The process color (four color CMYK) of #db29fe color hex is 0.14, 0.84, 0.00, 0.00. Web safe color of #db29fe is #cc33ff. Color #db29fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 11111110
Octal 333 51 376
Decimal 219 41 254
Hex DB 29 FE

RGB Percentages of Color #db29fe

%42.61
%7.98
%49.42

CMYK Percentages of Color #db29fe

%14
%84
%0
%0

Triadic Colors of #db29fe

#db29fe #fedb29 #29fedb

Analogous Colors of #db29fe

#db29fe #fe29b7 #7129fe

Monochromatic Colors of #db29fe

#db29fe

Complementary Color

#db29fe #4cfe29

#db29fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29fe Color CSS Codes

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

#db29fe Text Font Color

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

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


#db29fe Background Color

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

This div background color is #db29fe


#db29fe Border Color

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

This div border color is #db29fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29fe

Related Colors


Comments

No comments written yet.

Please login to write comment.