Color Hex Logo

#d71fb7 Color Hex

#D71FB7
(215,31,183)
0 Favorites   0 Comments

Color spaces of #d71fb7

RGB 21531183
HSL0.860.750.48
HSV310°86°84°
CMYK 0.000.860.15   0.16
XYZ37.061618.845946.4840
Yxy18.84590.36200.1841
Hunter Lab43.411976.4184-33.0975
CIE-Lab50.506478.6194-35.9289

#d71fb7 color RGB value is (215,31,183).

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

The process color (four color CMYK) of #d71fb7 color hex is 0.00, 0.86, 0.15, 0.16. Web safe color of #d71fb7 is #cc33cc. Color #d71fb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011111 10110111
Octal 327 37 267
Decimal 215 31 183
Hex D7 1F B7

RGB Percentages of Color #d71fb7

%50.12
%7.23
%42.66

CMYK Percentages of Color #d71fb7

%0
%86
%15
%16

Triadic Colors of #d71fb7

#d71fb7 #b7d71f #1fb7d7

Analogous Colors of #d71fb7

#d71fb7 #d71f5b #9b1fd7

Monochromatic Colors of #d71fb7

#d71fb7

Complementary Color

#d71fb7 #1fd73f

#d71fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71fb7 Color CSS Codes

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

#d71fb7 Text Font Color

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

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


#d71fb7 Background Color

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

This div background color is #d71fb7


#d71fb7 Border Color

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

This div border color is #d71fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71fb7


Comments

No comments written yet.

Please login to write comment.