Color Hex Logo

#d6646f Color Hex

#D6646F
(214,100,111)
0 Favorites   0 Comments

Color spaces of #d6646f

RGB 214100111
HSL0.980.580.62
HSV354°53°84°
CMYK 0.000.530.48   0.16
XYZ35.158024.558217.9261
Yxy24.55820.45280.3163
Hunter Lab49.556239.914613.2422
CIE-Lab56.642445.807015.6300

#d6646f color RGB value is (214,100,111).

#d6646f hex color red value is 214, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d6646f hue: 0.98 , saturation: 0.58 and the lightness value of d6646f is 0.62.

The process color (four color CMYK) of #d6646f color hex is 0.00, 0.53, 0.48, 0.16. Web safe color of #d6646f is #cc6666. Color #d6646f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100100 01101111
Octal 326 144 157
Decimal 214 100 111
Hex D6 64 6F

RGB Percentages of Color #d6646f

%50.35
%23.53
%26.12

CMYK Percentages of Color #d6646f

%0
%53
%48
%16

Triadic Colors of #d6646f

#d6646f #6fd664 #646fd6

Analogous Colors of #d6646f

#d6646f #d69264 #d664a8

Monochromatic Colors of #d6646f

#d6646f

Complementary Color

#d6646f #64d6cb

#d6646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6646f Color CSS Codes

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

#d6646f Text Font Color

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

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


#d6646f Background Color

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

This div background color is #d6646f


#d6646f Border Color

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

This div border color is #d6646f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,100,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6646f

#d6646f Color Palettes


Comments

No comments written yet.

Please login to write comment.