Color Hex Logo

#db29da Color Hex

#DB29DA
(219,41,218)
0 Favorites   0 Comments

Color spaces of #db29da

RGB 21941218
HSL0.830.710.51
HSV300°81°86°
CMYK 0.000.810.00   0.14
XYZ42.661221.707968.2712
Yxy21.70790.32160.1637
Hunter Lab46.591781.9060-54.2638
CIE-Lab53.715782.3274-50.9816

#db29da color RGB value is (219,41,218).

#db29da hex color red value is 219, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #db29da hue: 0.83 , saturation: 0.71 and the lightness value of db29da is 0.51.

The process color (four color CMYK) of #db29da color hex is 0.00, 0.81, 0.00, 0.14. Web safe color of #db29da is #cc33cc. Color #db29da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 11011010
Octal 333 51 332
Decimal 219 41 218
Hex DB 29 DA

RGB Percentages of Color #db29da

%45.82
%8.58
%45.61

CMYK Percentages of Color #db29da

%0
%81
%0
%14

Triadic Colors of #db29da

#db29da #dadb29 #29dadb

Analogous Colors of #db29da

#db29da #db2981 #8329db

Monochromatic Colors of #db29da

#db29da

Complementary Color

#db29da #29db2a

#db29da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29da Color CSS Codes

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

#db29da Text Font Color

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

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


#db29da Background Color

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

This div background color is #db29da


#db29da Border Color

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

This div border color is #db29da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29da


Comments

No comments written yet.

Please login to write comment.