Color Hex Logo

#d71187 Color Hex

#D71187
(215,17,135)
0 Favorites   0 Comments

Color spaces of #d71187

RGB 21517135
HSL0.900.850.45
HSV324°92°84°
CMYK 0.000.920.37   0.16
XYZ32.598016.597224.4072
Yxy16.59720.44290.2255
Hunter Lab40.739771.5331-7.0030
CIE-Lab47.748475.2110-11.5813

#d71187 color RGB value is (215,17,135).

#d71187 hex color red value is 215, green value is 17 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #d71187 hue: 0.90 , saturation: 0.85 and the lightness value of d71187 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010001 10000111
Octal 327 21 207
Decimal 215 17 135
Hex D7 11 87

RGB Percentages of Color #d71187

%58.58
%4.63
%36.78

CMYK Percentages of Color #d71187

%0
%92
%37
%16

Triadic Colors of #d71187

#d71187 #87d711 #1187d7

Analogous Colors of #d71187

#d71187 #d71124 #c411d7

Monochromatic Colors of #d71187

#d71187

Complementary Color

#d71187 #11d761

#d71187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71187 Color CSS Codes

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

#d71187 Text Font Color

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

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


#d71187 Background Color

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

This div background color is #d71187


#d71187 Border Color

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

This div border color is #d71187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71187


Comments

No comments written yet.

Please login to write comment.