Color Hex Logo

#df6beb Color Hex

#DF6BEB
(223,107,235)
0 Favorites   0 Comments

Color spaces of #df6beb

RGB 223107235
HSL0.820.760.67
HSV294°54°92°
CMYK 0.050.540.00   0.08
XYZ50.684532.201582.1414
Yxy32.20150.30710.1951
Hunter Lab56.746460.1258-46.1009
CIE-Lab63.509162.7493-44.9822

#df6beb color RGB value is (223,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101011 11101011
Octal 337 153 353
Decimal 223 107 235
Hex DF 6B EB

RGB Percentages of Color #df6beb

%39.47
%18.94
%41.59

CMYK Percentages of Color #df6beb

%5
%54
%0
%8

Triadic Colors of #df6beb

#df6beb #ebdf6b #6bebdf

Analogous Colors of #df6beb

#df6beb #eb6bb7 #9f6beb

Monochromatic Colors of #df6beb

#df6beb

Complementary Color

#df6beb #77eb6b

#df6beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6beb Color CSS Codes

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

#df6beb Text Font Color

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

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


#df6beb Background Color

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

This div background color is #df6beb


#df6beb Border Color

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

This div border color is #df6beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6beb


Comments

No comments written yet.

Please login to write comment.