Color Hex Logo

#d71581 Color Hex

#D71581
(215,21,129)
0 Favorites   0 Comments

Color spaces of #d71581

RGB 21521129
HSL0.910.820.46
HSV327°90°84°
CMYK 0.000.900.40   0.16
XYZ32.254916.568422.2669
Yxy16.56840.45370.2331
Hunter Lab40.704370.2144-3.9410
CIE-Lab47.711674.1378-7.9845

#d71581 color RGB value is (215,21,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 10000001
Octal 327 25 201
Decimal 215 21 129
Hex D7 15 81

RGB Percentages of Color #d71581

%58.90
%5.75
%35.34

CMYK Percentages of Color #d71581

%0
%90
%40
%16

Triadic Colors of #d71581

#d71581 #81d715 #1581d7

Analogous Colors of #d71581

#d71581 #d71520 #cc15d7

Monochromatic Colors of #d71581

#d71581

Complementary Color

#d71581 #15d76b

#d71581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71581 Color CSS Codes

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

#d71581 Text Font Color

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

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


#d71581 Background Color

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

This div background color is #d71581


#d71581 Border Color

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

This div border color is #d71581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71581


Comments

No comments written yet.

Please login to write comment.