Color Hex Logo

#df6feb Color Hex

#DF6FEB
(223,111,235)
0 Favorites   0 Comments

Color spaces of #df6feb

RGB 223111235
HSL0.820.760.68
HSV294°53°92°
CMYK 0.050.530.00   0.08
XYZ51.111333.055082.2837
Yxy33.05500.30710.1986
Hunter Lab57.493558.0717-44.6094
CIE-Lab64.205460.8827-43.8866

#df6feb color RGB value is (223,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101111 11101011
Octal 337 157 353
Decimal 223 111 235
Hex DF 6F EB

RGB Percentages of Color #df6feb

%39.19
%19.51
%41.30

CMYK Percentages of Color #df6feb

%5
%53
%0
%8

Triadic Colors of #df6feb

#df6feb #ebdf6f #6febdf

Analogous Colors of #df6feb

#df6feb #eb6fb9 #a16feb

Monochromatic Colors of #df6feb

#df6feb

Complementary Color

#df6feb #7beb6f

#df6feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6feb Color CSS Codes

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

#df6feb Text Font Color

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

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


#df6feb Background Color

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

This div background color is #df6feb


#df6feb Border Color

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

This div border color is #df6feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6feb


Comments

No comments written yet.

Please login to write comment.