Color Hex Logo

#d8464e Color Hex

#D8464E
(216,70,78)
0 Favorites   0 Comments

Color spaces of #d8464e

RGB 2167078
HSL0.990.650.56
HSV357°68°85°
CMYK 0.000.680.64   0.15
XYZ31.884219.52939.2968
Yxy19.52930.52520.3217
Hunter Lab44.192051.450618.4614
CIE-Lab51.300857.325727.9673

#d8464e color RGB value is (216,70,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000110 01001110
Octal 330 106 116
Decimal 216 70 78
Hex D8 46 4E

RGB Percentages of Color #d8464e

%59.34
%19.23
%21.43

CMYK Percentages of Color #d8464e

%0
%68
%64
%15

Triadic Colors of #d8464e

#d8464e #4ed846 #464ed8

Analogous Colors of #d8464e

#d8464e #d88746 #d84697

Monochromatic Colors of #d8464e

#d8464e

Complementary Color

#d8464e #46d8d0

#d8464e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8464e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8464e Color CSS Codes

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

#d8464e Text Font Color

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

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


#d8464e Background Color

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

This div background color is #d8464e


#d8464e Border Color

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

This div border color is #d8464e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8464e


Comments

No comments written yet.

Please login to write comment.