Color Hex Logo

#df6deb Color Hex

#DF6DEB
(223,109,235)
0 Favorites   0 Comments

Color spaces of #df6deb

RGB 223109235
HSL0.820.760.67
HSV294°54°92°
CMYK 0.050.540.00   0.08
XYZ50.895532.623482.2117
Yxy32.62340.30710.1968
Hunter Lab57.116959.1025-45.3577
CIE-Lab63.854861.8210-44.4380

#df6deb color RGB value is (223,109,235).

#df6deb hex color red value is 223, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #df6deb hue: 0.82 , saturation: 0.76 and the lightness value of df6deb is 0.67.

The process color (four color CMYK) of #df6deb color hex is 0.05, 0.54, 0.00, 0.08. Web safe color of #df6deb is #cc66ff. Color #df6deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101101 11101011
Octal 337 155 353
Decimal 223 109 235
Hex DF 6D EB

RGB Percentages of Color #df6deb

%39.33
%19.22
%41.45

CMYK Percentages of Color #df6deb

%5
%54
%0
%8

Triadic Colors of #df6deb

#df6deb #ebdf6d #6debdf

Analogous Colors of #df6deb

#df6deb #eb6db8 #a06deb

Monochromatic Colors of #df6deb

#df6deb

Complementary Color

#df6deb #79eb6d

#df6deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6deb Color CSS Codes

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

#df6deb Text Font Color

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

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


#df6deb Background Color

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

This div background color is #df6deb


#df6deb Border Color

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

This div border color is #df6deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6deb


Comments

No comments written yet.

Please login to write comment.