Color Hex Logo

#d75c49 Color Hex

#D75C49
(215,92,73)
0 Favorites   0 Comments

Color spaces of #d75c49

RGB 2159273
HSL0.020.640.56
HSV66°84°
CMYK 0.000.570.66   0.16
XYZ33.054122.58248.9200
Yxy22.58240.51200.3498
Hunter Lab47.520940.997422.1355
CIE-Lab54.639647.132734.9300

#d75c49 color RGB value is (215,92,73).

#d75c49 hex color red value is 215, green value is 92 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d75c49 hue: 0.02 , saturation: 0.64 and the lightness value of d75c49 is 0.56.

The process color (four color CMYK) of #d75c49 color hex is 0.00, 0.57, 0.66, 0.16. Web safe color of #d75c49 is #cc6633. Color #d75c49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01011100 01001001
Octal 327 134 111
Decimal 215 92 73
Hex D7 5C 49

RGB Percentages of Color #d75c49

%56.58
%24.21
%19.21

CMYK Percentages of Color #d75c49

%0
%57
%66
%16

Triadic Colors of #d75c49

#d75c49 #49d75c #5c49d7

Analogous Colors of #d75c49

#d75c49 #d7a349 #d7497d

Monochromatic Colors of #d75c49

#d75c49

Complementary Color

#d75c49 #49c4d7

#d75c49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75c49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75c49 Color CSS Codes

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

#d75c49 Text Font Color

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

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


#d75c49 Background Color

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

This div background color is #d75c49


#d75c49 Border Color

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

This div border color is #d75c49


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,92,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75c49


Comments

No comments written yet.

Please login to write comment.