Color Hex Logo

#d7164c Color Hex

#D7164C
(215,22,76)
0 Favorites   0 Comments

Color spaces of #d7164c

RGB 2152276
HSL0.950.810.46
HSV343°90°84°
CMYK 0.000.900.65   0.16
XYZ29.615715.54278.2766
Yxy15.54270.55420.2909
Hunter Lab39.424265.097815.1498
CIE-Lab46.368770.141922.8107

#d7164c color RGB value is (215,22,76).

#d7164c hex color red value is 215, green value is 22 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d7164c hue: 0.95 , saturation: 0.81 and the lightness value of d7164c is 0.46.

The process color (four color CMYK) of #d7164c color hex is 0.00, 0.90, 0.65, 0.16. Web safe color of #d7164c is #cc0033. Color #d7164c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010110 01001100
Octal 327 26 114
Decimal 215 22 76
Hex D7 16 4C

RGB Percentages of Color #d7164c

%68.69
%7.03
%24.28

CMYK Percentages of Color #d7164c

%0
%90
%65
%16

Triadic Colors of #d7164c

#d7164c #4cd716 #164cd7

Analogous Colors of #d7164c

#d7164c #d74116 #d716ad

Monochromatic Colors of #d7164c

#d7164c

Complementary Color

#d7164c #16d7a1

#d7164c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7164c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7164c Color CSS Codes

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

#d7164c Text Font Color

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

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


#d7164c Background Color

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

This div background color is #d7164c


#d7164c Border Color

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

This div border color is #d7164c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7164c


Comments

No comments written yet.

Please login to write comment.