Color Hex Logo

#df8058 Color Hex

#DF8058
(223,128,88)
0 Favorites   0 Comments

Color spaces of #df8058

RGB 22312888
HSL0.050.680.61
HSV18°61°87°
CMYK 0.000.430.61   0.13
XYZ39.912031.830913.2729
Yxy31.83090.46950.3744
Hunter Lab56.418927.541925.5449
CIE-Lab63.202933.027737.3901

#df8058 color RGB value is (223,128,88).

#df8058 hex color red value is 223, green value is 128 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #df8058 hue: 0.05 , saturation: 0.68 and the lightness value of df8058 is 0.61.

The process color (four color CMYK) of #df8058 color hex is 0.00, 0.43, 0.61, 0.13. Web safe color of #df8058 is #cc9966. Color #df8058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 01011000
Octal 337 200 130
Decimal 223 128 88
Hex DF 80 58

RGB Percentages of Color #df8058

%50.80
%29.16
%20.05

CMYK Percentages of Color #df8058

%0
%43
%61
%13

Triadic Colors of #df8058

#df8058 #58df80 #8058df

Analogous Colors of #df8058

#df8058 #dfc458 #df5874

Monochromatic Colors of #df8058

#df8058

Complementary Color

#df8058 #58b7df

#df8058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df8058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df8058 Color CSS Codes

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

#df8058 Text Font Color

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

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


#df8058 Background Color

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

This div background color is #df8058


#df8058 Border Color

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

This div border color is #df8058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df8058


Comments

No comments written yet.

Please login to write comment.