Color Hex Logo

#d5712d Color Hex

#D5712D
(213,113,45)
0 Favorites   0 Comments

Color spaces of #d5712d

RGB 21311345
HSL0.070.670.51
HSV24°79°84°
CMYK 0.000.470.79   0.16
XYZ33.819426.14595.7468
Yxy26.14590.51470.3979
Hunter Lab51.133128.577029.1296
CIE-Lab58.175334.585552.8670

#d5712d color RGB value is (213,113,45).

#d5712d hex color red value is 213, green value is 113 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d5712d hue: 0.07 , saturation: 0.67 and the lightness value of d5712d is 0.51.

The process color (four color CMYK) of #d5712d color hex is 0.00, 0.47, 0.79, 0.16. Web safe color of #d5712d is #cc6633. Color #d5712d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 00101101
Octal 325 161 55
Decimal 213 113 45
Hex D5 71 2D

RGB Percentages of Color #d5712d

%57.41
%30.46
%12.13

CMYK Percentages of Color #d5712d

%0
%47
%79
%16

Triadic Colors of #d5712d

#d5712d #2dd571 #712dd5

Analogous Colors of #d5712d

#d5712d #d5c52d #d52d3d

Monochromatic Colors of #d5712d

#d5712d

Complementary Color

#d5712d #2d91d5

#d5712d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5712d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5712d Color CSS Codes

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

#d5712d Text Font Color

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

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


#d5712d Background Color

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

This div background color is #d5712d


#d5712d Border Color

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

This div border color is #d5712d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5712d


Comments

No comments written yet.

Please login to write comment.