Color Hex Logo

#db78da Color Hex

#DB78DA
(219,120,218)
0 Favorites   0 Comments

Color spaces of #db78da

RGB 219120218
HSL0.840.580.66
HSV301°45°86°
CMYK 0.000.450.00   0.14
XYZ48.584833.555070.2457
Yxy33.55500.31880.2202
Hunter Lab57.926748.3415-31.3503
CIE-Lab64.607852.3353-33.8367

#db78da color RGB value is (219,120,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 11011010
Octal 333 170 332
Decimal 219 120 218
Hex DB 78 DA

RGB Percentages of Color #db78da

%39.32
%21.54
%39.14

CMYK Percentages of Color #db78da

%0
%45
%0
%14

Triadic Colors of #db78da

#db78da #dadb78 #78dadb

Analogous Colors of #db78da

#db78da #db78a9 #ab78db

Monochromatic Colors of #db78da

#db78da

Complementary Color

#db78da #78db79

#db78da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db78da Color Preview on White Background

Lorem ipsum dolor sit amet.

#db78da Color CSS Codes

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

#db78da Text Font Color

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

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


#db78da Background Color

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

This div background color is #db78da


#db78da Border Color

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

This div border color is #db78da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db78da


Comments

No comments written yet.

Please login to write comment.