Color Hex Logo

#d9406e Color Hex

#D9406E
(217,64,110)
0 Favorites   0 Comments

Color spaces of #d9406e

RGB 21764110
HSL0.950.670.55
HSV342°71°85°
CMYK 0.000.710.49   0.15
XYZ33.263119.544316.7711
Yxy19.54430.47810.2809
Hunter Lab44.208956.93908.4540
CIE-Lab51.318062.18928.8567

#d9406e color RGB value is (217,64,110).

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

The process color (four color CMYK) of #d9406e color hex is 0.00, 0.71, 0.49, 0.15. Web safe color of #d9406e is #cc3366. Color #d9406e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000000 01101110
Octal 331 100 156
Decimal 217 64 110
Hex D9 40 6E

RGB Percentages of Color #d9406e

%55.50
%16.37
%28.13

CMYK Percentages of Color #d9406e

%0
%71
%49
%15

Triadic Colors of #d9406e

#d9406e #6ed940 #406ed9

Analogous Colors of #d9406e

#d9406e #d95f40 #d940bb

Monochromatic Colors of #d9406e

#d9406e

Complementary Color

#d9406e #40d9ab

#d9406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9406e Color CSS Codes

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

#d9406e Text Font Color

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

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


#d9406e Background Color

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

This div background color is #d9406e


#d9406e Border Color

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

This div border color is #d9406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9406e


Comments

No comments written yet.

Please login to write comment.