Color Hex Logo

#d9555e Color Hex

#D9555E
(217,85,94)
0 Favorites   0 Comments

Color spaces of #d9555e

RGB 2178594
HSL0.990.630.59
HSV356°61°85°
CMYK 0.000.610.57   0.15
XYZ33.884222.056913.0612
Yxy22.05690.49110.3197
Hunter Lab46.964846.596016.3864
CIE-Lab54.087352.432122.2037

#d9555e color RGB value is (217,85,94).

#d9555e hex color red value is 217, green value is 85 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d9555e hue: 0.99 , saturation: 0.63 and the lightness value of d9555e is 0.59.

The process color (four color CMYK) of #d9555e color hex is 0.00, 0.61, 0.57, 0.15. Web safe color of #d9555e is #cc6666. Color #d9555e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010101 01011110
Octal 331 125 136
Decimal 217 85 94
Hex D9 55 5E

RGB Percentages of Color #d9555e

%54.80
%21.46
%23.74

CMYK Percentages of Color #d9555e

%0
%61
%57
%15

Triadic Colors of #d9555e

#d9555e #5ed955 #555ed9

Analogous Colors of #d9555e

#d9555e #d98e55 #d955a0

Monochromatic Colors of #d9555e

#d9555e

Complementary Color

#d9555e #55d9d0

#d9555e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9555e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9555e Color CSS Codes

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

#d9555e Text Font Color

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

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


#d9555e Background Color

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

This div background color is #d9555e


#d9555e Border Color

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

This div border color is #d9555e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,85,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9555e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9555e;
  -webkit-box-shadow: 1px 1px 3px 2px #d9555e;
  box-shadow:         1px 1px 3px 2px #d9555e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,85,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9555e


Comments

No comments written yet.

Please login to write comment.