Color Hex Logo

#d8515e Color Hex

#D8515E
(216,81,94)
0 Favorites   0 Comments

Color spaces of #d8515e

RGB 2168194
HSL0.980.630.58
HSV354°63°85°
CMYK 0.000.630.56   0.15
XYZ33.281721.291912.9453
Yxy21.29190.49290.3153
Hunter Lab46.143147.996315.6666
CIE-Lab53.267553.852021.0828

#d8515e color RGB value is (216,81,94).

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

The process color (four color CMYK) of #d8515e color hex is 0.00, 0.63, 0.56, 0.15. Web safe color of #d8515e is #cc6666. Color #d8515e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010001 01011110
Octal 330 121 136
Decimal 216 81 94
Hex D8 51 5E

RGB Percentages of Color #d8515e

%55.24
%20.72
%24.04

CMYK Percentages of Color #d8515e

%0
%63
%56
%15

Triadic Colors of #d8515e

#d8515e #5ed851 #515ed8

Analogous Colors of #d8515e

#d8515e #d88851 #d851a2

Monochromatic Colors of #d8515e

#d8515e

Complementary Color

#d8515e #51d8cb

#d8515e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8515e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8515e Color CSS Codes

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

#d8515e Text Font Color

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

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


#d8515e Background Color

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

This div background color is #d8515e


#d8515e Border Color

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

This div border color is #d8515e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8515e


Comments

No comments written yet.

Please login to write comment.