Color Hex Logo

#d7406d Color Hex

#D7406D
(215,64,109)
0 Favorites   0 Comments

Color spaces of #d7406d

RGB 21564109
HSL0.950.650.55
HSV342°70°84°
CMYK 0.000.700.49   0.16
XYZ32.618019.218016.4583
Yxy19.21800.47760.2814
Hunter Lab43.838356.09628.4275
CIE-Lab50.941361.52048.8779

#d7406d color RGB value is (215,64,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01000000 01101101
Octal 327 100 155
Decimal 215 64 109
Hex D7 40 6D

RGB Percentages of Color #d7406d

%55.41
%16.49
%28.09

CMYK Percentages of Color #d7406d

%0
%70
%49
%16

Triadic Colors of #d7406d

#d7406d #6dd740 #406dd7

Analogous Colors of #d7406d

#d7406d #d75f40 #d740b9

Monochromatic Colors of #d7406d

#d7406d

Complementary Color

#d7406d #40d7aa

#d7406d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7406d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7406d Color CSS Codes

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

#d7406d Text Font Color

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

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


#d7406d Background Color

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

This div background color is #d7406d


#d7406d Border Color

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

This div border color is #d7406d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7406d


Comments

No comments written yet.

Please login to write comment.