Color Hex Logo

#d56548 Color Hex

#D56548
(213,101,72)
0 Favorites   0 Comments

Color spaces of #d56548

RGB 21310172
HSL0.030.630.56
HSV12°66°84°
CMYK 0.000.530.66   0.16
XYZ33.264023.92148.9950
Yxy23.92140.50260.3615
Hunter Lab48.909535.808623.3326
CIE-Lab56.009041.972637.0483

#d56548 color RGB value is (213,101,72).

#d56548 hex color red value is 213, green value is 101 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #d56548 hue: 0.03 , saturation: 0.63 and the lightness value of d56548 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01001000
Octal 325 145 110
Decimal 213 101 72
Hex D5 65 48

RGB Percentages of Color #d56548

%55.18
%26.17
%18.65

CMYK Percentages of Color #d56548

%0
%53
%66
%16

Triadic Colors of #d56548

#d56548 #48d565 #6548d5

Analogous Colors of #d56548

#d56548 #d5ac48 #d54872

Monochromatic Colors of #d56548

#d56548

Complementary Color

#d56548 #48b8d5

#d56548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56548 Color CSS Codes

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

#d56548 Text Font Color

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

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


#d56548 Background Color

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

This div background color is #d56548


#d56548 Border Color

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

This div border color is #d56548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56548


Comments

No comments written yet.

Please login to write comment.