Color Hex Logo

#d7364e Color Hex

#D7364E
(215,54,78)
0 Favorites   0 Comments

Color spaces of #d7364e

RGB 2155478
HSL0.980.670.53
HSV351°75°84°
CMYK 0.000.750.64   0.16
XYZ30.718617.63558.9927
Yxy17.63550.53570.3075
Hunter Lab41.994657.080116.6999
CIE-Lab49.051062.737025.0592

#d7364e color RGB value is (215,54,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00110110 01001110
Octal 327 66 116
Decimal 215 54 78
Hex D7 36 4E

RGB Percentages of Color #d7364e

%61.96
%15.56
%22.48

CMYK Percentages of Color #d7364e

%0
%75
%64
%16

Triadic Colors of #d7364e

#d7364e #4ed736 #364ed7

Analogous Colors of #d7364e

#d7364e #d76f36 #d7369f

Monochromatic Colors of #d7364e

#d7364e

Complementary Color

#d7364e #36d7bf

#d7364e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7364e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7364e Color CSS Codes

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

#d7364e Text Font Color

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

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


#d7364e Background Color

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

This div background color is #d7364e


#d7364e Border Color

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

This div border color is #d7364e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7364e


Comments

No comments written yet.

Please login to write comment.