Color Hex Logo

#d6444e Color Hex

#D6444E
(214,68,78)
0 Favorites   0 Comments

Color spaces of #d6444e

RGB 2146878
HSL0.990.640.55
HSV356°68°84°
CMYK 0.000.680.64   0.16
XYZ31.173818.98049.2283
Yxy18.98040.52500.3196
Hunter Lab43.566551.483417.9377
CIE-Lab50.664357.469827.0866

#d6444e color RGB value is (214,68,78).

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

The process color (four color CMYK) of #d6444e color hex is 0.00, 0.68, 0.64, 0.16. Web safe color of #d6444e is #cc3366. Color #d6444e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000100 01001110
Octal 326 104 116
Decimal 214 68 78
Hex D6 44 4E

RGB Percentages of Color #d6444e

%59.44
%18.89
%21.67

CMYK Percentages of Color #d6444e

%0
%68
%64
%16

Triadic Colors of #d6444e

#d6444e #4ed644 #444ed6

Analogous Colors of #d6444e

#d6444e #d68344 #d64497

Monochromatic Colors of #d6444e

#d6444e

Complementary Color

#d6444e #44d6cc

#d6444e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6444e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6444e Color CSS Codes

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

#d6444e Text Font Color

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

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


#d6444e Background Color

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

This div background color is #d6444e


#d6444e Border Color

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

This div border color is #d6444e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6444e


Comments

No comments written yet.

Please login to write comment.