Color Hex Logo

#d75548 Color Hex

#D75548
(215,85,72)
0 Favorites   0 Comments

Color spaces of #d75548

RGB 2158572
HSL0.020.640.56
HSV67°84°
CMYK 0.000.600.67   0.16
XYZ32.442521.41208.5539
Yxy21.41200.51980.3431
Hunter Lab46.273144.170121.4310
CIE-Lab53.397550.304333.9935

#d75548 color RGB value is (215,85,72).

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

The process color (four color CMYK) of #d75548 color hex is 0.00, 0.60, 0.67, 0.16. Web safe color of #d75548 is #cc6633. Color #d75548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010101 01001000
Octal 327 125 110
Decimal 215 85 72
Hex D7 55 48

RGB Percentages of Color #d75548

%57.80
%22.85
%19.35

CMYK Percentages of Color #d75548

%0
%60
%67
%16

Triadic Colors of #d75548

#d75548 #48d755 #5548d7

Analogous Colors of #d75548

#d75548 #d79d48 #d74883

Monochromatic Colors of #d75548

#d75548

Complementary Color

#d75548 #48cad7

#d75548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d75548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d75548 Color CSS Codes

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

#d75548 Text Font Color

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

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


#d75548 Background Color

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

This div background color is #d75548


#d75548 Border Color

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

This div border color is #d75548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d75548


Comments

No comments written yet.

Please login to write comment.