Color Hex Logo

#d56577 Color Hex

#D56577
(213,101,119)
0 Favorites   0 Comments

Color spaces of #d56577

RGB 213101119
HSL0.970.570.62
HSV350°53°84°
CMYK 0.000.530.44   0.16
XYZ35.424024.785420.3698
Yxy24.78540.43960.3076
Hunter Lab49.784939.886310.5906
CIE-Lab56.865745.747311.2447

#d56577 color RGB value is (213,101,119).

#d56577 hex color red value is 213, green value is 101 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #d56577 hue: 0.97 , saturation: 0.57 and the lightness value of d56577 is 0.62.

The process color (four color CMYK) of #d56577 color hex is 0.00, 0.53, 0.44, 0.16. Web safe color of #d56577 is #cc6666. Color #d56577 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01110111
Octal 325 145 167
Decimal 213 101 119
Hex D5 65 77

RGB Percentages of Color #d56577

%49.19
%23.33
%27.48

CMYK Percentages of Color #d56577

%0
%53
%44
%16

Triadic Colors of #d56577

#d56577 #77d565 #6577d5

Analogous Colors of #d56577

#d56577 #d58b65 #d565af

Monochromatic Colors of #d56577

#d56577

Complementary Color

#d56577 #65d5c3

#d56577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56577 Color CSS Codes

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

#d56577 Text Font Color

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

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


#d56577 Background Color

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

This div background color is #d56577


#d56577 Border Color

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

This div border color is #d56577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56577


Comments

No comments written yet.

Please login to write comment.