Color Hex Logo

#db20ba Color Hex

#DB20BA
(219,32,186)
0 Favorites   0 Comments

Color spaces of #db20ba

RGB 21932186
HSL0.860.750.49
HSV311°85°86°
CMYK 0.000.850.15   0.14
XYZ38.592919.638348.2109
Yxy19.63830.36260.1845
Hunter Lab44.315177.8996-33.4816
CIE-Lab51.425879.6199-36.1861

#db20ba color RGB value is (219,32,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100000 10111010
Octal 333 40 272
Decimal 219 32 186
Hex DB 20 BA

RGB Percentages of Color #db20ba

%50.11
%7.32
%42.56

CMYK Percentages of Color #db20ba

%0
%85
%15
%14

Triadic Colors of #db20ba

#db20ba #badb20 #20badb

Analogous Colors of #db20ba

#db20ba #db205c #9f20db

Monochromatic Colors of #db20ba

#db20ba

Complementary Color

#db20ba #20db41

#db20ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db20ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db20ba Color CSS Codes

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

#db20ba Text Font Color

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

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


#db20ba Background Color

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

This div background color is #db20ba


#db20ba Border Color

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

This div border color is #db20ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,32,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 #db20ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db20ba


Comments

No comments written yet.

Please login to write comment.