Color Hex Logo

#d8553f Color Hex

#D8553F
(216,85,63)
0 Favorites   0 Comments

Color spaces of #d8553f

RGB 2168563
HSL0.020.660.55
HSV71°85°
CMYK 0.000.610.71   0.15
XYZ32.464621.45487.1327
Yxy21.45480.53180.3514
Hunter Lab46.319344.049523.2935
CIE-Lab53.443750.184539.1071

#d8553f color RGB value is (216,85,63).

#d8553f hex color red value is 216, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d8553f hue: 0.02 , saturation: 0.66 and the lightness value of d8553f is 0.55.

The process color (four color CMYK) of #d8553f color hex is 0.00, 0.61, 0.71, 0.15. Web safe color of #d8553f is #cc6633. Color #d8553f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 00111111
Octal 330 125 77
Decimal 216 85 63
Hex D8 55 3F

RGB Percentages of Color #d8553f

%59.34
%23.35
%17.31

CMYK Percentages of Color #d8553f

%0
%61
%71
%15

Triadic Colors of #d8553f

#d8553f #3fd855 #553fd8

Analogous Colors of #d8553f

#d8553f #d8a23f #d83f76

Monochromatic Colors of #d8553f

#d8553f

Complementary Color

#d8553f #3fc2d8

#d8553f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8553f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8553f Color CSS Codes

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

#d8553f Text Font Color

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

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


#d8553f Background Color

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

This div background color is #d8553f


#d8553f Border Color

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

This div border color is #d8553f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,85,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8553f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8553f;
  -webkit-box-shadow: 1px 1px 3px 2px #d8553f;
  box-shadow:         1px 1px 3px 2px #d8553f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,85,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8553f


Comments

No comments written yet.

Please login to write comment.