Color Hex Logo

#db78cc Color Hex

#DB78CC
(219,120,204)
0 Favorites   0 Comments

Color spaces of #db78cc

RGB 219120204
HSL0.860.580.66
HSV309°45°86°
CMYK 0.000.450.07   0.14
XYZ46.829032.852660.9998
Yxy32.85260.33290.2335
Hunter Lab57.317245.5321-22.9773
CIE-Lab64.041449.9017-26.8718

#db78cc color RGB value is (219,120,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 11001100
Octal 333 170 314
Decimal 219 120 204
Hex DB 78 CC

RGB Percentages of Color #db78cc

%40.33
%22.10
%37.57

CMYK Percentages of Color #db78cc

%0
%45
%7
%14

Triadic Colors of #db78cc

#db78cc #ccdb78 #78ccdb

Analogous Colors of #db78cc

#db78cc #db789b #b978db

Monochromatic Colors of #db78cc

#db78cc

Complementary Color

#db78cc #78db87

#db78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db78cc Color CSS Codes

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

#db78cc Text Font Color

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

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


#db78cc Background Color

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

This div background color is #db78cc


#db78cc Border Color

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

This div border color is #db78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db78cc


Comments

No comments written yet.

Please login to write comment.