Color Hex Logo

#db00ba Color Hex

#DB00BA
(219,0,186)
0 Favorites   0 Comments

Color spaces of #db00ba

RGB 2190186
HSL0.861.000.43
HSV309°100°86°
CMYK 0.001.000.15   0.14
XYZ38.076318.605248.0387
Yxy18.60520.36360.1777
Hunter Lab43.133782.0868-35.8385
CIE-Lab50.222183.1488-38.0798

#db00ba color RGB value is (219,0,186).

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

The process color (four color CMYK) of #db00ba color hex is 0.00, 1.00, 0.15, 0.14. Web safe color of #db00ba is #cc00cc. Color #db00ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 10111010
Octal 333 0 272
Decimal 219 0 186
Hex DB 0 BA

RGB Percentages of Color #db00ba

%54.07
%0.00
%45.93

CMYK Percentages of Color #db00ba

%0
%100
%15
%14

Triadic Colors of #db00ba

#db00ba #badb00 #00badb

Analogous Colors of #db00ba

#db00ba #db004c #8f00db

Monochromatic Colors of #db00ba

#db00ba

Complementary Color

#db00ba #00db21

#db00ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db00ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db00ba Color CSS Codes

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

#db00ba Text Font Color

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

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


#db00ba Background Color

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

This div background color is #db00ba


#db00ba Border Color

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

This div border color is #db00ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db00ba


Comments

No comments written yet.

Please login to write comment.