Color Hex Logo

#df4491 Color Hex

#DF4491
(223,68,145)
0 Favorites   0 Comments

Color spaces of #df4491

RGB 22368145
HSL0.920.710.57
HSV330°70°87°
CMYK 0.000.700.35   0.13
XYZ37.609421.866629.0265
Yxy21.86660.42500.2471
Hunter Lab46.761761.7304-4.0700
CIE-Lab53.885265.8468-8.2270

#df4491 color RGB value is (223,68,145).

#df4491 hex color red value is 223, green value is 68 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #df4491 hue: 0.92 , saturation: 0.71 and the lightness value of df4491 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000100 10010001
Octal 337 104 221
Decimal 223 68 145
Hex DF 44 91

RGB Percentages of Color #df4491

%51.15
%15.60
%33.26

CMYK Percentages of Color #df4491

%0
%70
%35
%13

Triadic Colors of #df4491

#df4491 #91df44 #4491df

Analogous Colors of #df4491

#df4491 #df4544 #df44df

Monochromatic Colors of #df4491

#df4491

Complementary Color

#df4491 #44df92

#df4491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4491 Color CSS Codes

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

#df4491 Text Font Color

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

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


#df4491 Background Color

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

This div background color is #df4491


#df4491 Border Color

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

This div border color is #df4491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4491


Comments

No comments written yet.

Please login to write comment.