Color Hex Logo

#d8464c Color Hex

#D8464C
(216,70,76)
0 Favorites   0 Comments

Color spaces of #d8464c

RGB 2167076
HSL0.990.650.56
HSV358°68°85°
CMYK 0.000.680.65   0.15
XYZ31.813619.50118.9248
Yxy19.50110.52810.3237
Hunter Lab44.160051.314118.9295
CIE-Lab51.268457.208829.1021

#d8464c color RGB value is (216,70,76).

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

The process color (four color CMYK) of #d8464c color hex is 0.00, 0.68, 0.65, 0.15. Web safe color of #d8464c is #cc3333. Color #d8464c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000110 01001100
Octal 330 106 114
Decimal 216 70 76
Hex D8 46 4C

RGB Percentages of Color #d8464c

%59.67
%19.34
%20.99

CMYK Percentages of Color #d8464c

%0
%68
%65
%15

Triadic Colors of #d8464c

#d8464c #4cd846 #464cd8

Analogous Colors of #d8464c

#d8464c #d88946 #d84695

Monochromatic Colors of #d8464c

#d8464c

Complementary Color

#d8464c #46d8d2

#d8464c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8464c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8464c Color CSS Codes

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

#d8464c Text Font Color

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

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


#d8464c Background Color

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

This div background color is #d8464c


#d8464c Border Color

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

This div border color is #d8464c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8464c


Comments

No comments written yet.

Please login to write comment.