Color Hex Logo

#df288f Color Hex

#DF288F
(223,40,143)
0 Favorites   0 Comments

Color spaces of #df288f

RGB 22340143
HSL0.910.740.52
HSV326°82°87°
CMYK 0.000.820.36   0.13
XYZ36.148119.188727.7852
Yxy19.18870.43490.2308
Hunter Lab43.804970.6408-6.9439
CIE-Lab50.907273.8656-11.4997

#df288f color RGB value is (223,40,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 10001111
Octal 337 50 217
Decimal 223 40 143
Hex DF 28 8F

RGB Percentages of Color #df288f

%54.93
%9.85
%35.22

CMYK Percentages of Color #df288f

%0
%82
%36
%13

Triadic Colors of #df288f

#df288f #8fdf28 #288fdf

Analogous Colors of #df288f

#df288f #df2834 #d428df

Monochromatic Colors of #df288f

#df288f

Complementary Color

#df288f #28df78

#df288f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df288f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df288f Color CSS Codes

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

#df288f Text Font Color

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

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


#df288f Background Color

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

This div background color is #df288f


#df288f Border Color

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

This div border color is #df288f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df288f


Comments

No comments written yet.

Please login to write comment.