Color Hex Logo

#db29af Color Hex

#DB29AF
(219,41,175)
0 Favorites   0 Comments

Color spaces of #db29af

RGB 21941175
HSL0.870.710.51
HSV315°81°86°
CMYK 0.000.810.20   0.14
XYZ37.744219.741142.3785
Yxy19.74110.37800.1977
Hunter Lab44.431073.8820-25.4495
CIE-Lab51.543276.3795-29.5705

#db29af color RGB value is (219,41,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 10101111
Octal 333 51 257
Decimal 219 41 175
Hex DB 29 AF

RGB Percentages of Color #db29af

%50.34
%9.43
%40.23

CMYK Percentages of Color #db29af

%0
%81
%20
%14

Triadic Colors of #db29af

#db29af #afdb29 #29afdb

Analogous Colors of #db29af

#db29af #db2956 #ae29db

Monochromatic Colors of #db29af

#db29af

Complementary Color

#db29af #29db55

#db29af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29af Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29af Color CSS Codes

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

#db29af Text Font Color

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

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


#db29af Background Color

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

This div background color is #db29af


#db29af Border Color

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

This div border color is #db29af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29af

#db29af Color Palettes


Comments

No comments written yet.

Please login to write comment.