Color Hex Logo

#d56579 Color Hex

#D56579
(213,101,121)
0 Favorites   0 Comments

Color spaces of #d56579

RGB 213101121
HSL0.970.570.62
HSV349°53°84°
CMYK 0.000.530.43   0.16
XYZ35.545424.834021.0091
Yxy24.83400.43670.3051
Hunter Lab49.833740.11159.8879
CIE-Lab56.913345.952710.1424

#d56579 color RGB value is (213,101,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 01111001
Octal 325 145 171
Decimal 213 101 121
Hex D5 65 79

RGB Percentages of Color #d56579

%48.97
%23.22
%27.82

CMYK Percentages of Color #d56579

%0
%53
%43
%16

Triadic Colors of #d56579

#d56579 #79d565 #6579d5

Analogous Colors of #d56579

#d56579 #d58965 #d565b1

Monochromatic Colors of #d56579

#d56579

Complementary Color

#d56579 #65d5c1

#d56579 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56579 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56579 Color CSS Codes

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

#d56579 Text Font Color

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

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


#d56579 Background Color

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

This div background color is #d56579


#d56579 Border Color

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

This div border color is #d56579


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56579


Comments

No comments written yet.

Please login to write comment.