Color Hex Logo

#d8135e Color Hex

#D8135E
(216,19,94)
0 Favorites   0 Comments

Color spaces of #d8135e

RGB 2161994
HSL0.940.840.46
HSV337°91°85°
CMYK 0.000.910.56   0.15
XYZ30.572215.872812.0421
Yxy15.87280.52270.2714
Hunter Lab39.840767.25289.9677
CIE-Lab46.807271.862712.2869

#d8135e color RGB value is (216,19,94).

#d8135e hex color red value is 216, green value is 19 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d8135e hue: 0.94 , saturation: 0.84 and the lightness value of d8135e is 0.46.

The process color (four color CMYK) of #d8135e color hex is 0.00, 0.91, 0.56, 0.15. Web safe color of #d8135e is #cc0066. Color #d8135e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010011 01011110
Octal 330 23 136
Decimal 216 19 94
Hex D8 13 5E

RGB Percentages of Color #d8135e

%65.65
%5.78
%28.57

CMYK Percentages of Color #d8135e

%0
%91
%56
%15

Triadic Colors of #d8135e

#d8135e #5ed813 #135ed8

Analogous Colors of #d8135e

#d8135e #d82a13 #d813c1

Monochromatic Colors of #d8135e

#d8135e

Complementary Color

#d8135e #13d88d

#d8135e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8135e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8135e Color CSS Codes

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

#d8135e Text Font Color

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

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


#d8135e Background Color

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

This div background color is #d8135e


#d8135e Border Color

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

This div border color is #d8135e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8135e


Comments

No comments written yet.

Please login to write comment.