Color Hex Logo

#df5335 Color Hex

#DF5335
(223,83,53)
0 Favorites   0 Comments

Color spaces of #df5335

RGB 2238353
HSL0.030.730.54
HSV11°76°87°
CMYK 0.000.630.76   0.13
XYZ34.167322.13155.8392
Yxy22.13150.54990.3562
Hunter Lab47.044147.314125.5717
CIE-Lab54.166353.076645.5549

#df5335 color RGB value is (223,83,53).

#df5335 hex color red value is 223, green value is 83 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #df5335 hue: 0.03 , saturation: 0.73 and the lightness value of df5335 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01010011 00110101
Octal 337 123 65
Decimal 223 83 53
Hex DF 53 35

RGB Percentages of Color #df5335

%62.12
%23.12
%14.76

CMYK Percentages of Color #df5335

%0
%63
%76
%13

Triadic Colors of #df5335

#df5335 #35df53 #5335df

Analogous Colors of #df5335

#df5335 #dfa835 #df356c

Monochromatic Colors of #df5335

#df5335

Complementary Color

#df5335 #35c1df

#df5335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5335 Color CSS Codes

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

#df5335 Text Font Color

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

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


#df5335 Background Color

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

This div background color is #df5335


#df5335 Border Color

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

This div border color is #df5335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5335


Comments

No comments written yet.

Please login to write comment.