Color Hex Logo

#df285e Color Hex

#DF285E
(223,40,94)
0 Favorites   0 Comments

Color spaces of #df285e

RGB 2234094
HSL0.950.740.52
HSV342°82°87°
CMYK 0.000.820.58   0.13
XYZ33.210618.013712.3163
Yxy18.01370.52270.2835
Hunter Lab42.442565.398912.5046
CIE-Lab49.512769.785216.2284

#df285e color RGB value is (223,40,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 01011110
Octal 337 50 136
Decimal 223 40 94
Hex DF 28 5E

RGB Percentages of Color #df285e

%62.46
%11.20
%26.33

CMYK Percentages of Color #df285e

%0
%82
%58
%13

Triadic Colors of #df285e

#df285e #5edf28 #285edf

Analogous Colors of #df285e

#df285e #df4d28 #df28ba

Monochromatic Colors of #df285e

#df285e

Complementary Color

#df285e #28dfa9

#df285e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df285e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df285e Color CSS Codes

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

#df285e Text Font Color

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

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


#df285e Background Color

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

This div background color is #df285e


#df285e Border Color

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

This div border color is #df285e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df285e


Comments

No comments written yet.

Please login to write comment.