Color Hex Logo

#db077f Color Hex

#DB077F
(219,7,127)
0 Favorites   0 Comments

Color spaces of #db077f

RGB 2197127
HSL0.910.940.44
HSV326°97°86°
CMYK 0.000.970.42   0.14
XYZ33.120216.744321.5650
Yxy16.74430.46370.2344
Hunter Lab40.919872.8670-2.6024
CIE-Lab47.936276.2606-6.3458

#db077f color RGB value is (219,7,127).

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

The process color (four color CMYK) of #db077f color hex is 0.00, 0.97, 0.42, 0.14. Web safe color of #db077f is #cc0066. Color #db077f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 01111111
Octal 333 7 177
Decimal 219 7 127
Hex DB 7 7F

RGB Percentages of Color #db077f

%62.04
%1.98
%35.98

CMYK Percentages of Color #db077f

%0
%97
%42
%14

Triadic Colors of #db077f

#db077f #7fdb07 #077fdb

Analogous Colors of #db077f

#db077f #db0715 #cd07db

Monochromatic Colors of #db077f

#db077f

Complementary Color

#db077f #07db63

#db077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db077f Color CSS Codes

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

#db077f Text Font Color

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

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


#db077f Background Color

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

This div background color is #db077f


#db077f Border Color

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

This div border color is #db077f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db077f


Comments

No comments written yet.

Please login to write comment.