Color Hex Logo

#d7394d Color Hex

#D7394D
(215,57,77)
0 Favorites   0 Comments

Color spaces of #d7394d

RGB 2155777
HSL0.980.660.53
HSV352°73°84°
CMYK 0.000.730.64   0.16
XYZ30.827017.90918.8532
Yxy17.90910.53530.3110
Hunter Lab42.319155.968217.2199
CIE-Lab49.385761.697626.0889

#d7394d color RGB value is (215,57,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00111001 01001101
Octal 327 71 115
Decimal 215 57 77
Hex D7 39 4D

RGB Percentages of Color #d7394d

%61.60
%16.33
%22.06

CMYK Percentages of Color #d7394d

%0
%73
%64
%16

Triadic Colors of #d7394d

#d7394d #4dd739 #394dd7

Analogous Colors of #d7394d

#d7394d #d77439 #d7399c

Monochromatic Colors of #d7394d

#d7394d

Complementary Color

#d7394d #39d7c3

#d7394d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7394d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7394d Color CSS Codes

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

#d7394d Text Font Color

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

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


#d7394d Background Color

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

This div background color is #d7394d


#d7394d Border Color

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

This div border color is #d7394d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,57,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7394d


Comments

No comments written yet.

Please login to write comment.