Color Hex Logo

#d9414e Color Hex

#D9414E
(217,65,78)
0 Favorites   0 Comments

Color spaces of #d9414e

RGB 2176578
HSL0.990.670.55
HSV355°70°85°
CMYK 0.000.700.64   0.15
XYZ31.880719.08249.2107
Yxy19.08240.52980.3171
Hunter Lab43.683453.825618.0770
CIE-Lab50.783559.542927.3480

#d9414e color RGB value is (217,65,78).

#d9414e hex color red value is 217, green value is 65 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d9414e hue: 0.99 , saturation: 0.67 and the lightness value of d9414e is 0.55.

The process color (four color CMYK) of #d9414e color hex is 0.00, 0.70, 0.64, 0.15. Web safe color of #d9414e is #cc3366. Color #d9414e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000001 01001110
Octal 331 101 116
Decimal 217 65 78
Hex D9 41 4E

RGB Percentages of Color #d9414e

%60.28
%18.06
%21.67

CMYK Percentages of Color #d9414e

%0
%70
%64
%15

Triadic Colors of #d9414e

#d9414e #4ed941 #414ed9

Analogous Colors of #d9414e

#d9414e #d98041 #d9419a

Monochromatic Colors of #d9414e

#d9414e

Complementary Color

#d9414e #41d9cc

#d9414e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9414e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9414e Color CSS Codes

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

#d9414e Text Font Color

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

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


#d9414e Background Color

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

This div background color is #d9414e


#d9414e Border Color

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

This div border color is #d9414e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9414e


Comments

No comments written yet.

Please login to write comment.