Color Hex Logo

#d8498e Color Hex

#D8498E
(216,73,142)
0 Favorites   0 Comments

Color spaces of #d8498e

RGB 21673142
HSL0.920.650.57
HSV331°66°85°
CMYK 0.000.660.34   0.15
XYZ35.583921.317027.8303
Yxy21.31700.42000.2516
Hunter Lab46.170356.7735-3.4193
CIE-Lab53.294761.6802-7.4520

#d8498e color RGB value is (216,73,142).

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

The process color (four color CMYK) of #d8498e color hex is 0.00, 0.66, 0.34, 0.15. Web safe color of #d8498e is #cc3399. Color #d8498e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 10001110
Octal 330 111 216
Decimal 216 73 142
Hex D8 49 8E

RGB Percentages of Color #d8498e

%50.12
%16.94
%32.95

CMYK Percentages of Color #d8498e

%0
%66
%34
%15

Triadic Colors of #d8498e

#d8498e #8ed849 #498ed8

Analogous Colors of #d8498e

#d8498e #d84b49 #d849d6

Monochromatic Colors of #d8498e

#d8498e

Complementary Color

#d8498e #49d893

#d8498e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8498e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8498e Color CSS Codes

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

#d8498e Text Font Color

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

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


#d8498e Background Color

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

This div background color is #d8498e


#d8498e Border Color

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

This div border color is #d8498e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8498e


Comments

No comments written yet.

Please login to write comment.