Color Hex Logo

#d71793 Color Hex

#D71793
(215,23,147)
0 Favorites   0 Comments

Color spaces of #d71793

RGB 21523147
HSL0.890.810.47
HSV321°89°84°
CMYK 0.000.890.32   0.16
XYZ33.597217.166429.1464
Yxy17.16640.42040.2148
Hunter Lab41.432472.2378-12.7061
CIE-Lab48.469075.6452-17.7422

#d71793 color RGB value is (215,23,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010111 10010011
Octal 327 27 223
Decimal 215 23 147
Hex D7 17 93

RGB Percentages of Color #d71793

%55.84
%5.97
%38.18

CMYK Percentages of Color #d71793

%0
%89
%32
%16

Triadic Colors of #d71793

#d71793 #93d717 #1793d7

Analogous Colors of #d71793

#d71793 #d71733 #bb17d7

Monochromatic Colors of #d71793

#d71793

Complementary Color

#d71793 #17d75b

#d71793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71793 Color CSS Codes

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

#d71793 Text Font Color

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

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


#d71793 Background Color

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

This div background color is #d71793


#d71793 Border Color

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

This div border color is #d71793


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,23,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 #d71793">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71793


Comments

No comments written yet.

Please login to write comment.