Color Hex Logo

#db07ba Color Hex

#DB07BA
(219,7,186)
0 Favorites   0 Comments

Color spaces of #db07ba

RGB 2197186
HSL0.860.940.44
HSV309°97°86°
CMYK 0.000.970.15   0.14
XYZ38.152318.757248.0640
Yxy18.75720.36340.1787
Hunter Lab43.309681.4525-35.4820
CIE-Lab50.401982.6187-37.7964

#db07ba color RGB value is (219,7,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10111010
Octal 333 7 272
Decimal 219 7 186
Hex DB 7 BA

RGB Percentages of Color #db07ba

%53.16
%1.70
%45.15

CMYK Percentages of Color #db07ba

%0
%97
%15
%14

Triadic Colors of #db07ba

#db07ba #badb07 #07badb

Analogous Colors of #db07ba

#db07ba #db0750 #9207db

Monochromatic Colors of #db07ba

#db07ba

Complementary Color

#db07ba #07db28

#db07ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db07ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db07ba Color CSS Codes

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

#db07ba Text Font Color

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

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


#db07ba Background Color

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

This div background color is #db07ba


#db07ba Border Color

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

This div border color is #db07ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db07ba


Comments

No comments written yet.

Please login to write comment.