Color Hex Logo

#d8495e Color Hex

#D8495E
(216,73,94)
0 Favorites   0 Comments

Color spaces of #d8495e

RGB 2167394
HSL0.980.650.57
HSV351°66°85°
CMYK 0.000.660.56   0.15
XYZ32.721820.172212.7587
Yxy20.17220.49840.3073
Hunter Lab44.913551.448014.5967
CIE-Lab52.031357.192819.4264

#d8495e color RGB value is (216,73,94).

#d8495e hex color red value is 216, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d8495e hue: 0.98 , saturation: 0.65 and the lightness value of d8495e is 0.57.

The process color (four color CMYK) of #d8495e color hex is 0.00, 0.66, 0.56, 0.15. Web safe color of #d8495e is #cc3366. Color #d8495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 01011110
Octal 330 111 136
Decimal 216 73 94
Hex D8 49 5E

RGB Percentages of Color #d8495e

%56.40
%19.06
%24.54

CMYK Percentages of Color #d8495e

%0
%66
%56
%15

Triadic Colors of #d8495e

#d8495e #5ed849 #495ed8

Analogous Colors of #d8495e

#d8495e #d87c49 #d849a6

Monochromatic Colors of #d8495e

#d8495e

Complementary Color

#d8495e #49d8c3

#d8495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8495e Color CSS Codes

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

#d8495e Text Font Color

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

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


#d8495e Background Color

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

This div background color is #d8495e


#d8495e Border Color

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

This div border color is #d8495e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,73,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8495e


Comments

No comments written yet.

Please login to write comment.