Color Hex Logo

#df02eb Color Hex

#DF02EB
(223,2,235)
0 Favorites   0 Comments

Color spaces of #df02eb

RGB 2232235
HSL0.820.980.46
HSV297°99°92°
CMYK 0.050.990.00   0.08
XYZ45.448521.729680.3961
Yxy21.72960.30800.1472
Hunter Lab46.615092.4568-69.6259
CIE-Lab53.738990.3895-60.5285

#df02eb color RGB value is (223,2,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00000010 11101011
Octal 337 2 353
Decimal 223 2 235
Hex DF 2 EB

RGB Percentages of Color #df02eb

%48.48
%0.43
%51.09

CMYK Percentages of Color #df02eb

%5
%99
%0
%8

Triadic Colors of #df02eb

#df02eb #ebdf02 #02ebdf

Analogous Colors of #df02eb

#df02eb #eb0283 #6b02eb

Monochromatic Colors of #df02eb

#df02eb

Complementary Color

#df02eb #0eeb02

#df02eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df02eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df02eb Color CSS Codes

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

#df02eb Text Font Color

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

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


#df02eb Background Color

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

This div background color is #df02eb


#df02eb Border Color

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

This div border color is #df02eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df02eb


Comments

No comments written yet.

Please login to write comment.