Color Hex Logo

#df1593 Color Hex

#DF1593
(223,21,147)
0 Favorites   0 Comments

Color spaces of #df1593

RGB 22321147
HSL0.900.830.48
HSV323°91°87°
CMYK 0.000.910.34   0.13
XYZ35.966118.330929.2464
Yxy18.33090.43050.2194
Hunter Lab42.814675.0221-10.5304
CIE-Lab49.895077.6196-15.4308

#df1593 color RGB value is (223,21,147).

#df1593 hex color red value is 223, green value is 21 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #df1593 hue: 0.90 , saturation: 0.83 and the lightness value of df1593 is 0.48.

The process color (four color CMYK) of #df1593 color hex is 0.00, 0.91, 0.34, 0.13. Web safe color of #df1593 is #cc0099. Color #df1593 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010101 10010011
Octal 337 25 223
Decimal 223 21 147
Hex DF 15 93

RGB Percentages of Color #df1593

%57.03
%5.37
%37.60

CMYK Percentages of Color #df1593

%0
%91
%34
%13

Triadic Colors of #df1593

#df1593 #93df15 #1593df

Analogous Colors of #df1593

#df1593 #df152e #c615df

Monochromatic Colors of #df1593

#df1593

Complementary Color

#df1593 #15df61

#df1593 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1593 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1593 Color CSS Codes

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

#df1593 Text Font Color

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

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


#df1593 Background Color

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

This div background color is #df1593


#df1593 Border Color

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

This div border color is #df1593


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1593


Comments

No comments written yet.

Please login to write comment.