Color Hex Logo

#d71caa Color Hex

#D71CAA
(215,28,170)
0 Favorites   0 Comments

Color spaces of #d71caa

RGB 21528170
HSL0.870.770.48
HSV314°87°84°
CMYK 0.000.870.21   0.16
XYZ35.695318.179939.6579
Yxy18.17990.38160.1944
Hunter Lab42.637974.8191-25.2997
CIE-Lab49.713677.4917-29.5309

#d71caa color RGB value is (215,28,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 10101010
Octal 327 34 252
Decimal 215 28 170
Hex D7 1C AA

RGB Percentages of Color #d71caa

%52.06
%6.78
%41.16

CMYK Percentages of Color #d71caa

%0
%87
%21
%16

Triadic Colors of #d71caa

#d71caa #aad71c #1caad7

Analogous Colors of #d71caa

#d71caa #d71c4c #a71cd7

Monochromatic Colors of #d71caa

#d71caa

Complementary Color

#d71caa #1cd749

#d71caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71caa Color CSS Codes

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

#d71caa Text Font Color

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

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


#d71caa Background Color

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

This div background color is #d71caa


#d71caa Border Color

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

This div border color is #d71caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71caa


Comments

No comments written yet.

Please login to write comment.