Color Hex Logo

#d75e2d Color Hex

#D75E2D
(215,94,45)
0 Favorites   0 Comments

Color spaces of #d75e2d

RGB 2159445
HSL0.050.680.51
HSV17°79°84°
CMYK 0.000.560.79   0.16
XYZ32.500722.64195.1400
Yxy22.64190.53910.3756
Hunter Lab47.583538.648726.9039
CIE-Lab54.701644.892249.6171

#d75e2d color RGB value is (215,94,45).

#d75e2d hex color red value is 215, green value is 94 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d75e2d hue: 0.05 , saturation: 0.68 and the lightness value of d75e2d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011110 00101101
Octal 327 136 55
Decimal 215 94 45
Hex D7 5E 2D

RGB Percentages of Color #d75e2d

%60.73
%26.55
%12.71

CMYK Percentages of Color #d75e2d

%0
%56
%79
%16

Triadic Colors of #d75e2d

#d75e2d #2dd75e #5e2dd7

Analogous Colors of #d75e2d

#d75e2d #d7b32d #d72d51

Monochromatic Colors of #d75e2d

#d75e2d

Complementary Color

#d75e2d #2da6d7

#d75e2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75e2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75e2d Color CSS Codes

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

#d75e2d Text Font Color

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

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


#d75e2d Background Color

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

This div background color is #d75e2d


#d75e2d Border Color

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

This div border color is #d75e2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75e2d


Comments

No comments written yet.

Please login to write comment.