Color Hex Logo

#d7495e Color Hex

#D7495E
(215,73,94)
0 Favorites   0 Comments

Color spaces of #d7495e

RGB 2157394
HSL0.980.640.56
HSV351°66°84°
CMYK 0.000.660.56   0.16
XYZ32.427320.020312.7449
Yxy20.02030.49740.3071
Hunter Lab44.744051.062014.4327
CIE-Lab51.860256.876219.1665

#d7495e color RGB value is (215,73,94).

#d7495e hex color red value is 215, green value is 73 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d7495e hue: 0.98 , saturation: 0.64 and the lightness value of d7495e is 0.56.

The process color (four color CMYK) of #d7495e color hex is 0.00, 0.66, 0.56, 0.16. Web safe color of #d7495e is #cc3366. Color #d7495e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 01011110
Octal 327 111 136
Decimal 215 73 94
Hex D7 49 5E

RGB Percentages of Color #d7495e

%56.28
%19.11
%24.61

CMYK Percentages of Color #d7495e

%0
%66
%56
%16

Triadic Colors of #d7495e

#d7495e #5ed749 #495ed7

Analogous Colors of #d7495e

#d7495e #d77b49 #d749a5

Monochromatic Colors of #d7495e

#d7495e

Complementary Color

#d7495e #49d7c2

#d7495e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7495e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7495e Color CSS Codes

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

#d7495e Text Font Color

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

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


#d7495e Background Color

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

This div background color is #d7495e


#d7495e Border Color

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

This div border color is #d7495e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7495e


Comments

No comments written yet.

Please login to write comment.