Color Hex Logo

#df40eb Color Hex

#DF40EB
(223,64,235)
0 Favorites   0 Comments

Color spaces of #df40eb

RGB 22364235
HSL0.820.810.59
HSV296°73°92°
CMYK 0.050.730.00   0.08
XYZ47.260225.352981.0000
Yxy25.35290.30770.1650
Hunter Lab50.351779.4251-60.1328
CIE-Lab57.417779.6606-54.6373

#df40eb color RGB value is (223,64,235).

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

The process color (four color CMYK) of #df40eb color hex is 0.05, 0.73, 0.00, 0.08. Web safe color of #df40eb is #cc33ff. Color #df40eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 11101011
Octal 337 100 353
Decimal 223 64 235
Hex DF 40 EB

RGB Percentages of Color #df40eb

%42.72
%12.26
%45.02

CMYK Percentages of Color #df40eb

%5
%73
%0
%8

Triadic Colors of #df40eb

#df40eb #ebdf40 #40ebdf

Analogous Colors of #df40eb

#df40eb #eb40a2 #8a40eb

Monochromatic Colors of #df40eb

#df40eb

Complementary Color

#df40eb #4ceb40

#df40eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df40eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df40eb Color CSS Codes

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

#df40eb Text Font Color

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

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


#df40eb Background Color

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

This div background color is #df40eb


#df40eb Border Color

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

This div border color is #df40eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df40eb


Comments

No comments written yet.

Please login to write comment.