Color Hex Logo

#d71dbb Color Hex

#D71DBB
(215,29,187)
0 Favorites   0 Comments

Color spaces of #d71dbb

RGB 21529187
HSL0.860.760.48
HSV309°87°84°
CMYK 0.000.870.13   0.16
XYZ37.433318.913748.6915
Yxy18.91370.35640.1801
Hunter Lab43.489977.5340-35.9385
CIE-Lab50.586179.4932-38.1387

#d71dbb color RGB value is (215,29,187).

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

The process color (four color CMYK) of #d71dbb color hex is 0.00, 0.87, 0.13, 0.16. Web safe color of #d71dbb is #cc33cc. Color #d71dbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011101 10111011
Octal 327 35 273
Decimal 215 29 187
Hex D7 1D BB

RGB Percentages of Color #d71dbb

%49.88
%6.73
%43.39

CMYK Percentages of Color #d71dbb

%0
%87
%13
%16

Triadic Colors of #d71dbb

#d71dbb #bbd71d #1dbbd7

Analogous Colors of #d71dbb

#d71dbb #d71d5e #961dd7

Monochromatic Colors of #d71dbb

#d71dbb

Complementary Color

#d71dbb #1dd739

#d71dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71dbb Color CSS Codes

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

#d71dbb Text Font Color

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

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


#d71dbb Background Color

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

This div background color is #d71dbb


#d71dbb Border Color

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

This div border color is #d71dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71dbb


Comments

No comments written yet.

Please login to write comment.