Color Hex Logo

#df2391 Color Hex

#DF2391
(223,35,145)
0 Favorites   0 Comments

Color spaces of #df2391

RGB 22335145
HSL0.900.750.51
HSV325°84°87°
CMYK 0.000.840.35   0.13
XYZ36.143318.934428.5378
Yxy18.93440.43230.2264
Hunter Lab43.513772.1166-8.4249
CIE-Lab50.610475.1292-13.1467

#df2391 color RGB value is (223,35,145).

#df2391 hex color red value is 223, green value is 35 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #df2391 hue: 0.90 , saturation: 0.75 and the lightness value of df2391 is 0.51.

The process color (four color CMYK) of #df2391 color hex is 0.00, 0.84, 0.35, 0.13. Web safe color of #df2391 is #cc3399. Color #df2391 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100011 10010001
Octal 337 43 221
Decimal 223 35 145
Hex DF 23 91

RGB Percentages of Color #df2391

%55.33
%8.68
%35.98

CMYK Percentages of Color #df2391

%0
%84
%35
%13

Triadic Colors of #df2391

#df2391 #91df23 #2391df

Analogous Colors of #df2391

#df2391 #df2333 #cf23df

Monochromatic Colors of #df2391

#df2391

Complementary Color

#df2391 #23df71

#df2391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2391 Color CSS Codes

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

#df2391 Text Font Color

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

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


#df2391 Background Color

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

This div background color is #df2391


#df2391 Border Color

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

This div border color is #df2391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2391


Comments

No comments written yet.

Please login to write comment.