Color Hex Logo

#d8523f Color Hex

#D8523F
(216,82,63)
0 Favorites   0 Comments

Color spaces of #d8523f

RGB 2168263
HSL0.020.660.55
HSV71°85°
CMYK 0.000.620.71   0.15
XYZ32.233420.99247.0557
Yxy20.99240.53470.3482
Hunter Lab45.817545.397422.9418
CIE-Lab52.941251.518938.5318

#d8523f color RGB value is (216,82,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010010 00111111
Octal 330 122 77
Decimal 216 82 63
Hex D8 52 3F

RGB Percentages of Color #d8523f

%59.83
%22.71
%17.45

CMYK Percentages of Color #d8523f

%0
%62
%71
%15

Triadic Colors of #d8523f

#d8523f #3fd852 #523fd8

Analogous Colors of #d8523f

#d8523f #d89f3f #d83f79

Monochromatic Colors of #d8523f

#d8523f

Complementary Color

#d8523f #3fc5d8

#d8523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8523f Color CSS Codes

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

#d8523f Text Font Color

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

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


#d8523f Background Color

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

This div background color is #d8523f


#d8523f Border Color

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

This div border color is #d8523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8523f


Comments

No comments written yet.

Please login to write comment.