Color Hex Logo

#db29ab Color Hex

#DB29AB
(219,41,171)
0 Favorites   0 Comments

Color spaces of #db29ab

RGB 21941171
HSL0.880.710.51
HSV316°81°86°
CMYK 0.000.810.22   0.14
XYZ37.357019.586240.3397
Yxy19.58620.38400.2013
Hunter Lab44.256373.2244-23.0635
CIE-Lab51.366175.8819-27.4956

#db29ab color RGB value is (219,41,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 10101011
Octal 333 51 253
Decimal 219 41 171
Hex DB 29 AB

RGB Percentages of Color #db29ab

%50.81
%9.51
%39.68

CMYK Percentages of Color #db29ab

%0
%81
%22
%14

Triadic Colors of #db29ab

#db29ab #abdb29 #29abdb

Analogous Colors of #db29ab

#db29ab #db2952 #b229db

Monochromatic Colors of #db29ab

#db29ab

Complementary Color

#db29ab #29db59

#db29ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29ab Color CSS Codes

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

#db29ab Text Font Color

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

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


#db29ab Background Color

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

This div background color is #db29ab


#db29ab Border Color

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

This div border color is #db29ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29ab


Comments

No comments written yet.

Please login to write comment.