Color Hex Logo

#df68db Color Hex

#DF68DB
(223,104,219)
0 Favorites   0 Comments

Color spaces of #df68db

RGB 223104219
HSL0.840.650.64
HSV302°53°87°
CMYK 0.000.530.02   0.13
XYZ48.167930.703170.4054
Yxy30.70310.32270.2057
Hunter Lab55.410458.2008-36.5477
CIE-Lab62.256261.3247-38.0221

#df68db color RGB value is (223,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 11011011
Octal 337 150 333
Decimal 223 104 219
Hex DF 68 DB

RGB Percentages of Color #df68db

%40.84
%19.05
%40.11

CMYK Percentages of Color #df68db

%0
%53
%2
%13

Triadic Colors of #df68db

#df68db #dbdf68 #68dbdf

Analogous Colors of #df68db

#df68db #df68a0 #a868df

Monochromatic Colors of #df68db

#df68db

Complementary Color

#df68db #68df6c

#df68db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df68db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df68db Color CSS Codes

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

#df68db Text Font Color

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

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


#df68db Background Color

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

This div background color is #df68db


#df68db Border Color

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

This div border color is #df68db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df68db


Comments

No comments written yet.

Please login to write comment.