Color Hex Logo

#df41eb Color Hex

#DF41EB
(223,65,235)
0 Favorites   0 Comments

Color spaces of #df41eb

RGB 22365235
HSL0.820.810.59
HSV296°72°92°
CMYK 0.050.720.00   0.08
XYZ47.317125.466781.0189
Yxy25.46670.30760.1656
Hunter Lab50.464579.0541-59.8627
CIE-Lab57.527379.3467-54.4623

#df41eb color RGB value is (223,65,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000001 11101011
Octal 337 101 353
Decimal 223 65 235
Hex DF 41 EB

RGB Percentages of Color #df41eb

%42.64
%12.43
%44.93

CMYK Percentages of Color #df41eb

%5
%72
%0
%8

Triadic Colors of #df41eb

#df41eb #ebdf41 #41ebdf

Analogous Colors of #df41eb

#df41eb #eb41a2 #8a41eb

Monochromatic Colors of #df41eb

#df41eb

Complementary Color

#df41eb #4deb41

#df41eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df41eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df41eb Color CSS Codes

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

#df41eb Text Font Color

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

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


#df41eb Background Color

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

This div background color is #df41eb


#df41eb Border Color

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

This div border color is #df41eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df41eb


Comments

No comments written yet.

Please login to write comment.