Color Hex Logo

#d8406e Color Hex

#D8406E
(216,64,110)
0 Favorites   0 Comments

Color spaces of #d8406e

RGB 21664110
HSL0.950.660.55
HSV342°70°85°
CMYK 0.000.700.49   0.15
XYZ32.966819.391516.7572
Yxy19.39150.47700.2806
Hunter Lab44.035856.56908.2631
CIE-Lab51.142161.89808.5831

#d8406e color RGB value is (216,64,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 01101110
Octal 330 100 156
Decimal 216 64 110
Hex D8 40 6E

RGB Percentages of Color #d8406e

%55.38
%16.41
%28.21

CMYK Percentages of Color #d8406e

%0
%70
%49
%15

Triadic Colors of #d8406e

#d8406e #6ed840 #406ed8

Analogous Colors of #d8406e

#d8406e #d85e40 #d840ba

Monochromatic Colors of #d8406e

#d8406e

Complementary Color

#d8406e #40d8aa

#d8406e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8406e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8406e Color CSS Codes

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

#d8406e Text Font Color

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

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


#d8406e Background Color

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

This div background color is #d8406e


#d8406e Border Color

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

This div border color is #d8406e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8406e


Comments

No comments written yet.

Please login to write comment.