Color Hex Logo

#d5824f Color Hex

#D5824F
(213,130,79)
0 Favorites   0 Comments

Color spaces of #d5824f

RGB 21313079
HSL0.060.610.57
HSV23°63°84°
CMYK 0.000.390.63   0.16
XYZ36.834530.675911.3768
Yxy30.67590.46690.3889
Hunter Lab55.385821.786726.5913
CIE-Lab62.233127.325940.6848

#d5824f color RGB value is (213,130,79).

#d5824f hex color red value is 213, green value is 130 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #d5824f hue: 0.06 , saturation: 0.61 and the lightness value of d5824f is 0.57.

The process color (four color CMYK) of #d5824f color hex is 0.00, 0.39, 0.63, 0.16. Web safe color of #d5824f is #cc9966. Color #d5824f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000010 01001111
Octal 325 202 117
Decimal 213 130 79
Hex D5 82 4F

RGB Percentages of Color #d5824f

%50.47
%30.81
%18.72

CMYK Percentages of Color #d5824f

%0
%39
%63
%16

Triadic Colors of #d5824f

#d5824f #4fd582 #824fd5

Analogous Colors of #d5824f

#d5824f #d5c54f #d54f5f

Monochromatic Colors of #d5824f

#d5824f

Complementary Color

#d5824f #4fa2d5

#d5824f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5824f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5824f Color CSS Codes

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

#d5824f Text Font Color

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

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


#d5824f Background Color

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

This div background color is #d5824f


#d5824f Border Color

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

This div border color is #d5824f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,130,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5824f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5824f;
  -webkit-box-shadow: 1px 1px 3px 2px #d5824f;
  box-shadow:         1px 1px 3px 2px #d5824f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,130,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5824f


Comments

No comments written yet.

Please login to write comment.