Color Hex Logo

#d5671d Color Hex

#D5671D
(213,103,29)
0 Favorites   0 Comments

Color spaces of #d5671d

RGB 21310329
HSL0.070.760.47
HSV24°86°84°
CMYK 0.000.520.86   0.16
XYZ32.512623.93534.0688
Yxy23.93530.53730.3955
Hunter Lab48.923733.006929.3157
CIE-Lab56.023039.239257.3125

#d5671d color RGB value is (213,103,29).

#d5671d hex color red value is 213, green value is 103 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d5671d hue: 0.07 , saturation: 0.76 and the lightness value of d5671d is 0.47.

The process color (four color CMYK) of #d5671d color hex is 0.00, 0.52, 0.86, 0.16. Web safe color of #d5671d is #cc6633. Color #d5671d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 00011101
Octal 325 147 35
Decimal 213 103 29
Hex D5 67 1D

RGB Percentages of Color #d5671d

%61.74
%29.86
%8.41

CMYK Percentages of Color #d5671d

%0
%52
%86
%16

Triadic Colors of #d5671d

#d5671d #1dd567 #671dd5

Analogous Colors of #d5671d

#d5671d #d5c31d #d51d2f

Monochromatic Colors of #d5671d

#d5671d

Complementary Color

#d5671d #1d8bd5

#d5671d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5671d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5671d Color CSS Codes

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

#d5671d Text Font Color

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

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


#d5671d Background Color

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

This div background color is #d5671d


#d5671d Border Color

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

This div border color is #d5671d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5671d


Comments

No comments written yet.

Please login to write comment.