Color Hex Logo

#df535f Color Hex

#DF535F
(223,83,95)
0 Favorites   0 Comments

Color spaces of #df535f

RGB 2238395
HSL0.990.690.60
HSV355°63°87°
CMYK 0.000.630.57   0.13
XYZ35.590222.700713.3323
Yxy22.70070.49690.3169
Hunter Lab47.645349.957316.7609
CIE-Lab54.762755.373922.6904

#df535f color RGB value is (223,83,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 01011111
Octal 337 123 137
Decimal 223 83 95
Hex DF 53 5F

RGB Percentages of Color #df535f

%55.61
%20.70
%23.69

CMYK Percentages of Color #df535f

%0
%63
%57
%13

Triadic Colors of #df535f

#df535f #5fdf53 #535fdf

Analogous Colors of #df535f

#df535f #df8d53 #df53a5

Monochromatic Colors of #df535f

#df535f

Complementary Color

#df535f #53dfd3

#df535f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df535f Color Preview on White Background

Lorem ipsum dolor sit amet.

#df535f Color CSS Codes

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

#df535f Text Font Color

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

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


#df535f Background Color

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

This div background color is #df535f


#df535f Border Color

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

This div border color is #df535f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df535f


Comments

No comments written yet.

Please login to write comment.