Color Hex Logo

#d8374e Color Hex

#D8374E
(216,55,78)
0 Favorites   0 Comments

Color spaces of #d8374e

RGB 2165578
HSL0.980.670.53
HSV351°75°85°
CMYK 0.000.750.64   0.15
XYZ31.060217.88149.0221
Yxy17.88140.53590.3085
Hunter Lab42.286457.110616.9505
CIE-Lab49.351962.707025.4833

#d8374e color RGB value is (216,55,78).

#d8374e hex color red value is 216, green value is 55 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d8374e hue: 0.98 , saturation: 0.67 and the lightness value of d8374e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110111 01001110
Octal 330 67 116
Decimal 216 55 78
Hex D8 37 4E

RGB Percentages of Color #d8374e

%61.89
%15.76
%22.35

CMYK Percentages of Color #d8374e

%0
%75
%64
%15

Triadic Colors of #d8374e

#d8374e #4ed837 #374ed8

Analogous Colors of #d8374e

#d8374e #d87137 #d8379f

Monochromatic Colors of #d8374e

#d8374e

Complementary Color

#d8374e #37d8c1

#d8374e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8374e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8374e Color CSS Codes

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

#d8374e Text Font Color

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

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


#d8374e Background Color

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

This div background color is #d8374e


#d8374e Border Color

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

This div border color is #d8374e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8374e


Comments

No comments written yet.

Please login to write comment.