Color Hex Logo

#df19eb Color Hex

#DF19EB
(223,25,235)
0 Favorites   0 Comments

Color spaces of #df19eb

RGB 22325235
HSL0.820.840.51
HSV297°89°92°
CMYK 0.050.890.00   0.08
XYZ45.774522.381480.5047
Yxy22.38140.30790.1506
Hunter Lab47.309089.9196-67.7763
CIE-Lab54.429488.3461-59.4195

#df19eb color RGB value is (223,25,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 11101011
Octal 337 31 353
Decimal 223 25 235
Hex DF 19 EB

RGB Percentages of Color #df19eb

%46.17
%5.18
%48.65

CMYK Percentages of Color #df19eb

%5
%89
%0
%8

Triadic Colors of #df19eb

#df19eb #ebdf19 #19ebdf

Analogous Colors of #df19eb

#df19eb #eb198e #7619eb

Monochromatic Colors of #df19eb

#df19eb

Complementary Color

#df19eb #25eb19

#df19eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df19eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df19eb Color CSS Codes

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

#df19eb Text Font Color

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

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


#df19eb Background Color

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

This div background color is #df19eb


#df19eb Border Color

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

This div border color is #df19eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df19eb


Comments

No comments written yet.

Please login to write comment.