Color Hex Logo

#db078e Color Hex

#DB078E
(219,7,142)
0 Favorites   0 Comments

Color spaces of #db078e

RGB 2197142
HSL0.890.940.44
HSV322°97°86°
CMYK 0.000.970.35   0.14
XYZ34.171917.165027.1033
Yxy17.16500.43560.2188
Hunter Lab41.430774.7227-9.7851
CIE-Lab48.467377.6571-14.6602

#db078e color RGB value is (219,7,142).

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

The process color (four color CMYK) of #db078e color hex is 0.00, 0.97, 0.35, 0.14. Web safe color of #db078e is #cc0099. Color #db078e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000111 10001110
Octal 333 7 216
Decimal 219 7 142
Hex DB 7 8E

RGB Percentages of Color #db078e

%59.51
%1.90
%38.59

CMYK Percentages of Color #db078e

%0
%97
%35
%14

Triadic Colors of #db078e

#db078e #8edb07 #078edb

Analogous Colors of #db078e

#db078e #db0724 #be07db

Monochromatic Colors of #db078e

#db078e

Complementary Color

#db078e #07db54

#db078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db078e Color CSS Codes

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

#db078e Text Font Color

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

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


#db078e Background Color

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

This div background color is #db078e


#db078e Border Color

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

This div border color is #db078e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db078e


Comments

No comments written yet.

Please login to write comment.