Color Hex Logo

#df00eb Color Hex

#DF00EB
(223,0,235)
0 Favorites   0 Comments

Color spaces of #df00eb

RGB 2230235
HSL0.821.000.46
HSV297°100°92°
CMYK 0.051.000.00   0.08
XYZ45.426821.686180.3888
Yxy21.68610.30800.1470
Hunter Lab46.568392.6298-69.7518
CIE-Lab53.692490.5279-60.6033

#df00eb color RGB value is (223,0,235).

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

The process color (four color CMYK) of #df00eb color hex is 0.05, 1.00, 0.00, 0.08. Web safe color of #df00eb is #cc00ff. Color #df00eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000000 11101011
Octal 337 0 353
Decimal 223 0 235
Hex DF 0 EB

RGB Percentages of Color #df00eb

%48.69
%0.00
%51.31

CMYK Percentages of Color #df00eb

%5
%100
%0
%8

Triadic Colors of #df00eb

#df00eb #ebdf00 #00ebdf

Analogous Colors of #df00eb

#df00eb #eb0082 #6a00eb

Monochromatic Colors of #df00eb

#df00eb

Complementary Color

#df00eb #0ceb00

#df00eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df00eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df00eb Color CSS Codes

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

#df00eb Text Font Color

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

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


#df00eb Background Color

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

This div background color is #df00eb


#df00eb Border Color

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

This div border color is #df00eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df00eb


Comments

No comments written yet.

Please login to write comment.