Color Hex Logo

#d9445e Color Hex

#D9445E
(217,68,94)
0 Favorites   0 Comments

Color spaces of #d9445e

RGB 2176894
HSL0.970.660.56
HSV350°69°85°
CMYK 0.000.690.57   0.15
XYZ32.702819.694112.6674
Yxy19.69410.50260.3027
Hunter Lab44.378053.877614.1407
CIE-Lab51.489659.460118.7263

#d9445e color RGB value is (217,68,94).

#d9445e hex color red value is 217, green value is 68 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d9445e hue: 0.97 , saturation: 0.66 and the lightness value of d9445e is 0.56.

The process color (four color CMYK) of #d9445e color hex is 0.00, 0.69, 0.57, 0.15. Web safe color of #d9445e is #cc3366. Color #d9445e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000100 01011110
Octal 331 104 136
Decimal 217 68 94
Hex D9 44 5E

RGB Percentages of Color #d9445e

%57.26
%17.94
%24.80

CMYK Percentages of Color #d9445e

%0
%69
%57
%15

Triadic Colors of #d9445e

#d9445e #5ed944 #445ed9

Analogous Colors of #d9445e

#d9445e #d97544 #d944a9

Monochromatic Colors of #d9445e

#d9445e

Complementary Color

#d9445e #44d9bf

#d9445e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9445e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9445e Color CSS Codes

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

#d9445e Text Font Color

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

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


#d9445e Background Color

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

This div background color is #d9445e


#d9445e Border Color

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

This div border color is #d9445e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9445e


Comments

No comments written yet.

Please login to write comment.