Color Hex Logo

#df287e Color Hex

#DF287E
(223,40,126)
0 Favorites   0 Comments

Color spaces of #df287e

RGB 22340126
HSL0.920.740.52
HSV332°82°87°
CMYK 0.000.820.43   0.13
XYZ34.956118.711921.5080
Yxy18.71190.46500.2489
Hunter Lab43.257368.54530.8004
CIE-Lab50.348472.2478-2.0840

#df287e color RGB value is (223,40,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 01111110
Octal 337 50 176
Decimal 223 40 126
Hex DF 28 7E

RGB Percentages of Color #df287e

%57.33
%10.28
%32.39

CMYK Percentages of Color #df287e

%0
%82
%43
%13

Triadic Colors of #df287e

#df287e #7edf28 #287edf

Analogous Colors of #df287e

#df287e #df2d28 #df28da

Monochromatic Colors of #df287e

#df287e

Complementary Color

#df287e #28df89

#df287e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df287e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df287e Color CSS Codes

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

#df287e Text Font Color

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

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


#df287e Background Color

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

This div background color is #df287e


#df287e Border Color

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

This div border color is #df287e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df287e


Comments

No comments written yet.

Please login to write comment.