Color Hex Logo

#d56859 Color Hex

#D56859
(213,104,89)
0 Favorites   0 Comments

Color spaces of #d56859

RGB 21310489
HSL0.020.600.59
HSV58°84°
CMYK 0.000.510.58   0.16
XYZ34.194124.768012.4297
Yxy24.76800.47900.3469
Hunter Lab49.767535.550320.0292
CIE-Lab56.848741.607328.5807

#d56859 color RGB value is (213,104,89).

#d56859 hex color red value is 213, green value is 104 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d56859 hue: 0.02 , saturation: 0.60 and the lightness value of d56859 is 0.59.

The process color (four color CMYK) of #d56859 color hex is 0.00, 0.51, 0.58, 0.16. Web safe color of #d56859 is #cc6666. Color #d56859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101000 01011001
Octal 325 150 131
Decimal 213 104 89
Hex D5 68 59

RGB Percentages of Color #d56859

%52.46
%25.62
%21.92

CMYK Percentages of Color #d56859

%0
%51
%58
%16

Triadic Colors of #d56859

#d56859 #59d568 #6859d5

Analogous Colors of #d56859

#d56859 #d5a659 #d55988

Monochromatic Colors of #d56859

#d56859

Complementary Color

#d56859 #59c6d5

#d56859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56859 Color CSS Codes

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

#d56859 Text Font Color

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

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


#d56859 Background Color

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

This div background color is #d56859


#d56859 Border Color

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

This div border color is #d56859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56859


Comments

No comments written yet.

Please login to write comment.