Color Hex Logo

#df299e Color Hex

#DF299E
(223,41,158)
0 Favorites   0 Comments

Color spaces of #df299e

RGB 22341158
HSL0.890.740.52
HSV321°82°87°
CMYK 0.000.820.29   0.13
XYZ37.395919.742534.1874
Yxy19.74250.40950.2162
Hunter Lab44.432572.4746-14.5163
CIE-Lab51.544875.2386-19.4786

#df299e color RGB value is (223,41,158).

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

The process color (four color CMYK) of #df299e color hex is 0.00, 0.82, 0.29, 0.13. Web safe color of #df299e is #cc3399. Color #df299e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 10011110
Octal 337 51 236
Decimal 223 41 158
Hex DF 29 9E

RGB Percentages of Color #df299e

%52.84
%9.72
%37.44

CMYK Percentages of Color #df299e

%0
%82
%29
%13

Triadic Colors of #df299e

#df299e #9edf29 #299edf

Analogous Colors of #df299e

#df299e #df2943 #c529df

Monochromatic Colors of #df299e

#df299e

Complementary Color

#df299e #29df6a

#df299e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df299e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df299e Color CSS Codes

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

#df299e Text Font Color

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

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


#df299e Background Color

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

This div background color is #df299e


#df299e Border Color

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

This div border color is #df299e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df299e


Comments

No comments written yet.

Please login to write comment.