Color Hex Logo

#df535e Color Hex

#DF535E
(223,83,94)
0 Favorites   0 Comments

Color spaces of #df535e

RGB 2238394
HSL0.990.690.60
HSV355°63°87°
CMYK 0.000.630.58   0.13
XYZ35.545122.682613.0944
Yxy22.68260.49840.3180
Hunter Lab47.626349.874717.0371
CIE-Lab54.743955.302723.2522

#df535e color RGB value is (223,83,94).

#df535e hex color red value is 223, green value is 83 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #df535e hue: 0.99 , saturation: 0.69 and the lightness value of df535e is 0.60.

The process color (four color CMYK) of #df535e color hex is 0.00, 0.63, 0.58, 0.13. Web safe color of #df535e is #cc6666. Color #df535e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 01011110
Octal 337 123 136
Decimal 223 83 94
Hex DF 53 5E

RGB Percentages of Color #df535e

%55.75
%20.75
%23.50

CMYK Percentages of Color #df535e

%0
%63
%58
%13

Triadic Colors of #df535e

#df535e #5edf53 #535edf

Analogous Colors of #df535e

#df535e #df8e53 #df53a4

Monochromatic Colors of #df535e

#df535e

Complementary Color

#df535e #53dfd4

#df535e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df535e Color Preview on White Background

Lorem ipsum dolor sit amet.

#df535e Color CSS Codes

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

#df535e Text Font Color

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

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


#df535e Background Color

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

This div background color is #df535e


#df535e Border Color

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

This div border color is #df535e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df535e


Comments

No comments written yet.

Please login to write comment.