Color Hex Logo

#d71760 Color Hex

#D71760
(215,23,96)
0 Favorites   0 Comments

Color spaces of #d71760

RGB 2152396
HSL0.940.810.47
HSV337°89°84°
CMYK 0.000.890.55   0.16
XYZ30.442015.904412.5317
Yxy15.90440.51700.2701
Hunter Lab39.880366.46459.2854
CIE-Lab46.848871.196111.0749

#d71760 color RGB value is (215,23,96).

#d71760 hex color red value is 215, green value is 23 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d71760 hue: 0.94 , saturation: 0.81 and the lightness value of d71760 is 0.47.

The process color (four color CMYK) of #d71760 color hex is 0.00, 0.89, 0.55, 0.16. Web safe color of #d71760 is #cc0066. Color #d71760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 01100000
Octal 327 27 140
Decimal 215 23 96
Hex D7 17 60

RGB Percentages of Color #d71760

%64.37
%6.89
%28.74

CMYK Percentages of Color #d71760

%0
%89
%55
%16

Triadic Colors of #d71760

#d71760 #60d717 #1760d7

Analogous Colors of #d71760

#d71760 #d72e17 #d717c0

Monochromatic Colors of #d71760

#d71760

Complementary Color

#d71760 #17d78e

#d71760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71760 Color CSS Codes

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

#d71760 Text Font Color

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

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


#d71760 Background Color

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

This div background color is #d71760


#d71760 Border Color

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

This div border color is #d71760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71760


Comments

No comments written yet.

Please login to write comment.