Color Hex Logo

#db29ba Color Hex

#DB29BA
(219,41,186)
0 Favorites   0 Comments

Color spaces of #db29ba

RGB 21941186
HSL0.860.710.51
HSV311°81°86°
CMYK 0.000.810.15   0.14
XYZ38.869320.191148.3030
Yxy20.19110.36200.1881
Hunter Lab44.934575.7709-32.2805
CIE-Lab52.052677.7999-35.2024

#db29ba color RGB value is (219,41,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 10111010
Octal 333 51 272
Decimal 219 41 186
Hex DB 29 BA

RGB Percentages of Color #db29ba

%49.10
%9.19
%41.70

CMYK Percentages of Color #db29ba

%0
%81
%15
%14

Triadic Colors of #db29ba

#db29ba #badb29 #29badb

Analogous Colors of #db29ba

#db29ba #db2961 #a329db

Monochromatic Colors of #db29ba

#db29ba

Complementary Color

#db29ba #29db4a

#db29ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db29ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db29ba Color CSS Codes

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

#db29ba Text Font Color

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

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


#db29ba Background Color

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

This div background color is #db29ba


#db29ba Border Color

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

This div border color is #db29ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db29ba


Comments

No comments written yet.

Please login to write comment.