Color Hex Logo

#df283e Color Hex

#DF283E
(223,40,62)
0 Favorites   0 Comments

Color spaces of #df283e

RGB 2234062
HSL0.980.740.52
HSV353°82°87°
CMYK 0.000.820.72   0.13
XYZ32.059717.55346.2558
Yxy17.55340.57380.3142
Hunter Lab41.896863.270120.4749
CIE-Lab48.949968.095234.8086

#df283e color RGB value is (223,40,62).

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

The process color (four color CMYK) of #df283e color hex is 0.00, 0.82, 0.72, 0.13. Web safe color of #df283e is #cc3333. Color #df283e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101000 00111110
Octal 337 50 76
Decimal 223 40 62
Hex DF 28 3E

RGB Percentages of Color #df283e

%68.62
%12.31
%19.08

CMYK Percentages of Color #df283e

%0
%82
%72
%13

Triadic Colors of #df283e

#df283e #3edf28 #283edf

Analogous Colors of #df283e

#df283e #df6e28 #df289a

Monochromatic Colors of #df283e

#df283e

Complementary Color

#df283e #28dfc9

#df283e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df283e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df283e Color CSS Codes

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

#df283e Text Font Color

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

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


#df283e Background Color

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

This div background color is #df283e


#df283e Border Color

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

This div border color is #df283e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df283e


Comments

No comments written yet.

Please login to write comment.