Color Hex Logo

#d71550 Color Hex

#D71550
(215,21,80)
0 Favorites   0 Comments

Color spaces of #d71550

RGB 2152180
HSL0.950.820.46
HSV342°90°84°
CMYK 0.000.900.63   0.16
XYZ29.740515.56269.0258
Yxy15.56260.54740.2865
Hunter Lab39.449565.532614.0494
CIE-Lab46.395370.502720.3737

#d71550 color RGB value is (215,21,80).

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

The process color (four color CMYK) of #d71550 color hex is 0.00, 0.90, 0.63, 0.16. Web safe color of #d71550 is #cc0066. Color #d71550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 01010000
Octal 327 25 120
Decimal 215 21 80
Hex D7 15 50

RGB Percentages of Color #d71550

%68.04
%6.65
%25.32

CMYK Percentages of Color #d71550

%0
%90
%63
%16

Triadic Colors of #d71550

#d71550 #50d715 #1550d7

Analogous Colors of #d71550

#d71550 #d73b15 #d715b1

Monochromatic Colors of #d71550

#d71550

Complementary Color

#d71550 #15d79c

#d71550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71550 Color CSS Codes

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

#d71550 Text Font Color

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

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


#d71550 Background Color

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

This div background color is #d71550


#d71550 Border Color

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

This div border color is #d71550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71550


Comments

No comments written yet.

Please login to write comment.