Color Hex Logo

#df78db Color Hex

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

Color spaces of #df78db

RGB 223120219
HSL0.840.620.67
HSV302°46°87°
CMYK 0.000.460.02   0.13
XYZ49.934134.235470.9941
Yxy34.23540.32180.2206
Hunter Lab58.511049.9400-30.9815
CIE-Lab65.149053.6698-33.5152

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

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

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

Base Numbers

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

RGB Percentages of Color #df78db

%39.68
%21.35
%38.97

CMYK Percentages of Color #df78db

%0
%46
%2
%13

Triadic Colors of #df78db

#df78db #dbdf78 #78dbdf

Analogous Colors of #df78db

#df78db #df78a8 #b078df

Monochromatic Colors of #df78db

#df78db

Complementary Color

#df78db #78df7c

#df78db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df78db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df78db Color CSS Codes

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

#df78db Text Font Color

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

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


#df78db Background Color

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

This div background color is #df78db


#df78db Border Color

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

This div border color is #df78db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df78db


Comments

No comments written yet.

Please login to write comment.