Color Hex Logo

#d71daa Color Hex

#D71DAA
(215,29,170)
0 Favorites   0 Comments

Color spaces of #d71daa

RGB 21529170
HSL0.870.760.48
HSV315°87°84°
CMYK 0.000.870.21   0.16
XYZ35.719418.228139.6660
Yxy18.22810.38160.1947
Hunter Lab42.694474.6233-25.1984
CIE-Lab49.771677.3228-29.4405

#d71daa color RGB value is (215,29,170).

#d71daa hex color red value is 215, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d71daa hue: 0.87 , saturation: 0.76 and the lightness value of d71daa is 0.48.

The process color (four color CMYK) of #d71daa color hex is 0.00, 0.87, 0.21, 0.16. Web safe color of #d71daa is #cc3399. Color #d71daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011101 10101010
Octal 327 35 252
Decimal 215 29 170
Hex D7 1D AA

RGB Percentages of Color #d71daa

%51.93
%7.00
%41.06

CMYK Percentages of Color #d71daa

%0
%87
%21
%16

Triadic Colors of #d71daa

#d71daa #aad71d #1daad7

Analogous Colors of #d71daa

#d71daa #d71d4d #a71dd7

Monochromatic Colors of #d71daa

#d71daa

Complementary Color

#d71daa #1dd74a

#d71daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71daa Color CSS Codes

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

#d71daa Text Font Color

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

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


#d71daa Background Color

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

This div background color is #d71daa


#d71daa Border Color

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

This div border color is #d71daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71daa


Comments

No comments written yet.

Please login to write comment.