Color Hex Logo

#df5f27 Color Hex

#DF5F27
(223,95,39)
0 Favorites   0 Comments

Color spaces of #df5f27

RGB 2239539
HSL0.050.740.51
HSV18°83°87°
CMYK 0.000.570.83   0.13
XYZ34.889824.01894.7167
Yxy24.01890.54840.3775
Hunter Lab49.009141.309128.6002
CIE-Lab56.106747.201054.0811

#df5f27 color RGB value is (223,95,39).

#df5f27 hex color red value is 223, green value is 95 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #df5f27 hue: 0.05 , saturation: 0.74 and the lightness value of df5f27 is 0.51.

The process color (four color CMYK) of #df5f27 color hex is 0.00, 0.57, 0.83, 0.13. Web safe color of #df5f27 is #cc6633. Color #df5f27 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011111 00100111
Octal 337 137 47
Decimal 223 95 39
Hex DF 5F 27

RGB Percentages of Color #df5f27

%62.46
%26.61
%10.92

CMYK Percentages of Color #df5f27

%0
%57
%83
%13

Triadic Colors of #df5f27

#df5f27 #27df5f #5f27df

Analogous Colors of #df5f27

#df5f27 #dfbb27 #df274b

Monochromatic Colors of #df5f27

#df5f27

Complementary Color

#df5f27 #27a7df

#df5f27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5f27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5f27 Color CSS Codes

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

#df5f27 Text Font Color

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

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


#df5f27 Background Color

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

This div background color is #df5f27


#df5f27 Border Color

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

This div border color is #df5f27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5f27


Comments

No comments written yet.

Please login to write comment.