Color Hex Logo

#db40ba Color Hex

#DB40BA
(219,64,186)
0 Favorites   0 Comments

Color spaces of #db40ba

RGB 21964186
HSL0.870.680.55
HSV313°71°86°
CMYK 0.000.710.15   0.14
XYZ39.909722.272048.6498
Yxy22.27200.36010.2010
Hunter Lab47.193268.3632-28.0847
CIE-Lab54.314471.3328-31.6669

#db40ba color RGB value is (219,64,186).

#db40ba hex color red value is 219, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db40ba hue: 0.87 , saturation: 0.68 and the lightness value of db40ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000000 10111010
Octal 333 100 272
Decimal 219 64 186
Hex DB 40 BA

RGB Percentages of Color #db40ba

%46.70
%13.65
%39.66

CMYK Percentages of Color #db40ba

%0
%71
%15
%14

Triadic Colors of #db40ba

#db40ba #badb40 #40badb

Analogous Colors of #db40ba

#db40ba #db406d #af40db

Monochromatic Colors of #db40ba

#db40ba

Complementary Color

#db40ba #40db61

#db40ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db40ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db40ba Color CSS Codes

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

#db40ba Text Font Color

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

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


#db40ba Background Color

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

This div background color is #db40ba


#db40ba Border Color

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

This div border color is #db40ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db40ba


Comments

No comments written yet.

Please login to write comment.