Color Hex Logo

#df296e Color Hex

#DF296E
(223,41,110)
0 Favorites   0 Comments

Color spaces of #df296e

RGB 22341110
HSL0.940.740.52
HSV337°82°87°
CMYK 0.000.820.51   0.13
XYZ34.038818.399616.5093
Yxy18.39960.49370.2669
Hunter Lab42.894866.58157.2068
CIE-Lab49.977270.68647.1058

#df296e color RGB value is (223,41,110).

#df296e hex color red value is 223, green value is 41 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #df296e hue: 0.94 , saturation: 0.74 and the lightness value of df296e is 0.52.

The process color (four color CMYK) of #df296e color hex is 0.00, 0.82, 0.51, 0.13. Web safe color of #df296e is #cc3366. Color #df296e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 01101110
Octal 337 51 156
Decimal 223 41 110
Hex DF 29 6E

RGB Percentages of Color #df296e

%59.63
%10.96
%29.41

CMYK Percentages of Color #df296e

%0
%82
%51
%13

Triadic Colors of #df296e

#df296e #6edf29 #296edf

Analogous Colors of #df296e

#df296e #df3f29 #df29c9

Monochromatic Colors of #df296e

#df296e

Complementary Color

#df296e #29df9a

#df296e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df296e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df296e Color CSS Codes

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

#df296e Text Font Color

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

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


#df296e Background Color

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

This div background color is #df296e


#df296e Border Color

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

This div border color is #df296e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df296e


Comments

No comments written yet.

Please login to write comment.