Color Hex Logo

#df298f Color Hex

#DF298F
(223,41,143)
0 Favorites   0 Comments

Color spaces of #df298f

RGB 22341143
HSL0.910.740.52
HSV326°82°87°
CMYK 0.000.820.36   0.13
XYZ36.182319.257027.7966
Yxy19.25700.43470.2314
Hunter Lab43.882870.3821-6.8380
CIE-Lab50.986573.6380-11.3803

#df298f color RGB value is (223,41,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101001 10001111
Octal 337 51 217
Decimal 223 41 143
Hex DF 29 8F

RGB Percentages of Color #df298f

%54.79
%10.07
%35.14

CMYK Percentages of Color #df298f

%0
%82
%36
%13

Triadic Colors of #df298f

#df298f #8fdf29 #298fdf

Analogous Colors of #df298f

#df298f #df2934 #d429df

Monochromatic Colors of #df298f

#df298f

Complementary Color

#df298f #29df79

#df298f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df298f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df298f Color CSS Codes

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

#df298f Text Font Color

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

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


#df298f Background Color

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

This div background color is #df298f


#df298f Border Color

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

This div border color is #df298f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df298f


Comments

No comments written yet.

Please login to write comment.