Color Hex Logo

#d7497d Color Hex

#D7497D
(215,73,125)
0 Favorites   0 Comments

Color spaces of #d7497d

RGB 21573125
HSL0.940.640.56
HSV338°66°84°
CMYK 0.000.660.42   0.16
XYZ34.108520.692821.5984
Yxy20.69280.44640.2708
Hunter Lab45.489354.23533.6916
CIE-Lab52.611659.57351.6551

#d7497d color RGB value is (215,73,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01001001 01111101
Octal 327 111 175
Decimal 215 73 125
Hex D7 49 7D

RGB Percentages of Color #d7497d

%52.06
%17.68
%30.27

CMYK Percentages of Color #d7497d

%0
%66
%42
%16

Triadic Colors of #d7497d

#d7497d #7dd749 #497dd7

Analogous Colors of #d7497d

#d7497d #d75c49 #d749c4

Monochromatic Colors of #d7497d

#d7497d

Complementary Color

#d7497d #49d7a3

#d7497d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7497d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7497d Color CSS Codes

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

#d7497d Text Font Color

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

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


#d7497d Background Color

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

This div background color is #d7497d


#d7497d Border Color

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

This div border color is #d7497d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7497d


Comments

No comments written yet.

Please login to write comment.