Color Hex Logo

#db78df Color Hex

#DB78DF
(219,120,223)
0 Favorites   0 Comments

Color spaces of #db78df

RGB 219120223
HSL0.830.620.67
HSV298°46°87°
CMYK 0.020.460.00   0.13
XYZ49.249233.820773.7444
Yxy33.82070.31410.2157
Hunter Lab58.155649.3910-34.4740
CIE-Lab64.820053.2347-36.2936

#db78df color RGB value is (219,120,223).

#db78df hex color red value is 219, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db78df hue: 0.83 , saturation: 0.62 and the lightness value of db78df is 0.67.

The process color (four color CMYK) of #db78df color hex is 0.02, 0.46, 0.00, 0.13. Web safe color of #db78df is #cc66cc. Color #db78df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 11011111
Octal 333 170 337
Decimal 219 120 223
Hex DB 78 DF

RGB Percentages of Color #db78df

%38.97
%21.35
%39.68

CMYK Percentages of Color #db78df

%2
%46
%0
%13

Triadic Colors of #db78df

#db78df #dfdb78 #78dfdb

Analogous Colors of #db78df

#db78df #df78b0 #a878df

Monochromatic Colors of #db78df

#db78df

Complementary Color

#db78df #7cdf78

#db78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db78df Color CSS Codes

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

#db78df Text Font Color

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

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


#db78df Background Color

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

This div background color is #db78df


#db78df Border Color

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

This div border color is #db78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db78df


Comments

No comments written yet.

Please login to write comment.