Color Hex Logo

#df19ee Color Hex

#DF19EE
(223,25,238)
0 Favorites   0 Comments

Color spaces of #df19ee

RGB 22325238
HSL0.820.860.52
HSV296°89°93°
CMYK 0.060.890.00   0.07
XYZ46.211722.556382.8071
Yxy22.55630.30490.1488
Hunter Lab47.493590.5690-70.1295
CIE-Lab54.612388.8012-60.8119

#df19ee color RGB value is (223,25,238).

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

The process color (four color CMYK) of #df19ee color hex is 0.06, 0.89, 0.00, 0.07. Web safe color of #df19ee is #cc00ff. Color #df19ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011001 11101110
Octal 337 31 356
Decimal 223 25 238
Hex DF 19 EE

RGB Percentages of Color #df19ee

%45.88
%5.14
%48.97

CMYK Percentages of Color #df19ee

%6
%89
%0
%7

Triadic Colors of #df19ee

#df19ee #eedf19 #19eedf

Analogous Colors of #df19ee

#df19ee #ee1993 #7519ee

Monochromatic Colors of #df19ee

#df19ee

Complementary Color

#df19ee #28ee19

#df19ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df19ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df19ee Color CSS Codes

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

#df19ee Text Font Color

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

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


#df19ee Background Color

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

This div background color is #df19ee


#df19ee Border Color

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

This div border color is #df19ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,25,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df19ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df19ee


Comments

No comments written yet.

Please login to write comment.