Color Hex Logo

#df6edb Color Hex

#DF6EDB
(223,110,219)
0 Favorites   0 Comments

Color spaces of #df6edb

RGB 223110219
HSL0.840.640.65
HSV302°51°87°
CMYK 0.000.510.02   0.13
XYZ48.793531.954370.6139
Yxy31.95430.32240.2111
Hunter Lab56.528155.1520-34.4943
CIE-Lab63.305158.5220-36.3842

#df6edb color RGB value is (223,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101110 11011011
Octal 337 156 333
Decimal 223 110 219
Hex DF 6E DB

RGB Percentages of Color #df6edb

%40.40
%19.93
%39.67

CMYK Percentages of Color #df6edb

%0
%51
%2
%13

Triadic Colors of #df6edb

#df6edb #dbdf6e #6edbdf

Analogous Colors of #df6edb

#df6edb #df6ea3 #ab6edf

Monochromatic Colors of #df6edb

#df6edb

Complementary Color

#df6edb #6edf72

#df6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6edb Color CSS Codes

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

#df6edb Text Font Color

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

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


#df6edb Background Color

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

This div background color is #df6edb


#df6edb Border Color

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

This div border color is #df6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6edb


Comments

No comments written yet.

Please login to write comment.