Color Hex Logo

#d71588 Color Hex

#D71588
(215,21,136)
0 Favorites   0 Comments

Color spaces of #d71588

RGB 21521136
HSL0.900.820.46
HSV324°90°84°
CMYK 0.000.900.37   0.16
XYZ32.736416.761024.8023
Yxy16.76100.44060.2256
Hunter Lab40.940271.0859-7.2608
CIE-Lab47.957574.8047-11.8730

#d71588 color RGB value is (215,21,136).

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

The process color (four color CMYK) of #d71588 color hex is 0.00, 0.90, 0.37, 0.16. Web safe color of #d71588 is #cc0099. Color #d71588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 10001000
Octal 327 25 210
Decimal 215 21 136
Hex D7 15 88

RGB Percentages of Color #d71588

%57.80
%5.65
%36.56

CMYK Percentages of Color #d71588

%0
%90
%37
%16

Triadic Colors of #d71588

#d71588 #88d715 #1588d7

Analogous Colors of #d71588

#d71588 #d71527 #c515d7

Monochromatic Colors of #d71588

#d71588

Complementary Color

#d71588 #15d764

#d71588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71588 Color CSS Codes

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

#d71588 Text Font Color

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

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


#d71588 Background Color

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

This div background color is #d71588


#d71588 Border Color

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

This div border color is #d71588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71588


Comments

No comments written yet.

Please login to write comment.