Color Hex Logo

#d6474c Color Hex

#D6474C
(214,71,76)
0 Favorites   0 Comments

Color spaces of #d6474c

RGB 2147176
HSL0.990.640.56
HSV358°67°84°
CMYK 0.000.670.64   0.16
XYZ31.289319.32448.9183
Yxy19.32440.52560.3246
Hunter Lab43.959550.122718.7432
CIE-Lab51.064656.169528.7718

#d6474c color RGB value is (214,71,76).

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

The process color (four color CMYK) of #d6474c color hex is 0.00, 0.67, 0.64, 0.16. Web safe color of #d6474c is #cc3333. Color #d6474c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000111 01001100
Octal 326 107 114
Decimal 214 71 76
Hex D6 47 4C

RGB Percentages of Color #d6474c

%59.28
%19.67
%21.05

CMYK Percentages of Color #d6474c

%0
%67
%64
%16

Triadic Colors of #d6474c

#d6474c #4cd647 #474cd6

Analogous Colors of #d6474c

#d6474c #d68a47 #d64794

Monochromatic Colors of #d6474c

#d6474c

Complementary Color

#d6474c #47d6d1

#d6474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6474c Color CSS Codes

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

#d6474c Text Font Color

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

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


#d6474c Background Color

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

This div background color is #d6474c


#d6474c Border Color

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

This div border color is #d6474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6474c


Comments

No comments written yet.

Please login to write comment.