Color Hex Logo

#d55979 Color Hex

#D55979
(213,89,121)
0 Favorites   0 Comments

Color spaces of #d55979

RGB 21389121
HSL0.960.600.59
HSV345°58°84°
CMYK 0.000.580.43   0.16
XYZ34.464122.671420.6487
Yxy22.67140.44310.2915
Hunter Lab47.614545.87577.6182
CIE-Lab54.732251.66347.0466

#d55979 color RGB value is (213,89,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 01111001
Octal 325 131 171
Decimal 213 89 121
Hex D5 59 79

RGB Percentages of Color #d55979

%50.35
%21.04
%28.61

CMYK Percentages of Color #d55979

%0
%58
%43
%16

Triadic Colors of #d55979

#d55979 #79d559 #5979d5

Analogous Colors of #d55979

#d55979 #d57759 #d559b7

Monochromatic Colors of #d55979

#d55979

Complementary Color

#d55979 #59d5b5

#d55979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55979 Color CSS Codes

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

#d55979 Text Font Color

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

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


#d55979 Background Color

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

This div background color is #d55979


#d55979 Border Color

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

This div border color is #d55979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55979


Comments

No comments written yet.

Please login to write comment.