Color Hex Logo

#df5227 Color Hex

#DF5227
(223,82,39)
0 Favorites   0 Comments

Color spaces of #df5227

RGB 2238239
HSL0.040.740.51
HSV14°83°87°
CMYK 0.000.630.83   0.13
XYZ33.814921.86904.3584
Yxy21.86900.56320.3642
Hunter Lab46.764347.234427.2092
CIE-Lab53.887753.050652.0809

#df5227 color RGB value is (223,82,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010010 00100111
Octal 337 122 47
Decimal 223 82 39
Hex DF 52 27

RGB Percentages of Color #df5227

%64.83
%23.84
%11.34

CMYK Percentages of Color #df5227

%0
%63
%83
%13

Triadic Colors of #df5227

#df5227 #27df52 #5227df

Analogous Colors of #df5227

#df5227 #dfae27 #df2758

Monochromatic Colors of #df5227

#df5227

Complementary Color

#df5227 #27b4df

#df5227 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5227 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5227 Color CSS Codes

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

#df5227 Text Font Color

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

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


#df5227 Background Color

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

This div background color is #df5227


#df5227 Border Color

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

This div border color is #df5227


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5227


Comments

No comments written yet.

Please login to write comment.