Color Hex Logo

#db78ba Color Hex

#DB78BA
(219,120,186)
0 Favorites   0 Comments

Color spaces of #db78ba

RGB 219120186
HSL0.890.580.66
HSV320°45°86°
CMYK 0.000.450.15   0.14
XYZ44.792832.038250.2775
Yxy32.03820.35240.2521
Hunter Lab56.602342.2038-13.0433
CIE-Lab63.374446.9676-17.7327

#db78ba color RGB value is (219,120,186).

#db78ba hex color red value is 219, green value is 120 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #db78ba hue: 0.89 , saturation: 0.58 and the lightness value of db78ba is 0.66.

The process color (four color CMYK) of #db78ba color hex is 0.00, 0.45, 0.15, 0.14. Web safe color of #db78ba is #cc66cc. Color #db78ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 10111010
Octal 333 170 272
Decimal 219 120 186
Hex DB 78 BA

RGB Percentages of Color #db78ba

%41.71
%22.86
%35.43

CMYK Percentages of Color #db78ba

%0
%45
%15
%14

Triadic Colors of #db78ba

#db78ba #badb78 #78badb

Analogous Colors of #db78ba

#db78ba #db7889 #cb78db

Monochromatic Colors of #db78ba

#db78ba

Complementary Color

#db78ba #78db99

#db78ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db78ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db78ba Color CSS Codes

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

#db78ba Text Font Color

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

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


#db78ba Background Color

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

This div background color is #db78ba


#db78ba Border Color

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

This div border color is #db78ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db78ba


Comments

No comments written yet.

Please login to write comment.