Color Hex Logo

#d71893 Color Hex

#D71893
(215,24,147)
0 Favorites   0 Comments

Color spaces of #d71893

RGB 21524147
HSL0.890.800.47
HSV321°89°84°
CMYK 0.000.890.32   0.16
XYZ33.617417.206929.1532
Yxy17.20690.42030.2151
Hunter Lab41.481272.0688-12.6325
CIE-Lab48.519775.4976-17.6649

#d71893 color RGB value is (215,24,147).

#d71893 hex color red value is 215, green value is 24 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #d71893 hue: 0.89 , saturation: 0.80 and the lightness value of d71893 is 0.47.

The process color (four color CMYK) of #d71893 color hex is 0.00, 0.89, 0.32, 0.16. Web safe color of #d71893 is #cc0099. Color #d71893 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011000 10010011
Octal 327 30 223
Decimal 215 24 147
Hex D7 18 93

RGB Percentages of Color #d71893

%55.70
%6.22
%38.08

CMYK Percentages of Color #d71893

%0
%89
%32
%16

Triadic Colors of #d71893

#d71893 #93d718 #1893d7

Analogous Colors of #d71893

#d71893 #d71833 #bc18d7

Monochromatic Colors of #d71893

#d71893

Complementary Color

#d71893 #18d75c

#d71893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71893 Color CSS Codes

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

#d71893 Text Font Color

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

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


#d71893 Background Color

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

This div background color is #d71893


#d71893 Border Color

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

This div border color is #d71893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71893


Comments

No comments written yet.

Please login to write comment.