Color Hex Logo

#d71fde Color Hex

#D71FDE
(215,31,222)
0 Favorites   0 Comments

Color spaces of #d71fde

RGB 21531222
HSL0.830.750.50
HSV298°86°87°
CMYK 0.030.860.00   0.13
XYZ41.699120.701070.9051
Yxy20.70100.31280.1553
Hunter Lab45.498483.9726-60.5493
CIE-Lab52.620784.1475-55.0432

#d71fde color RGB value is (215,31,222).

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

The process color (four color CMYK) of #d71fde color hex is 0.03, 0.86, 0.00, 0.13. Web safe color of #d71fde is #cc33cc. Color #d71fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011111 11011110
Octal 327 37 336
Decimal 215 31 222
Hex D7 1F DE

RGB Percentages of Color #d71fde

%45.94
%6.62
%47.44

CMYK Percentages of Color #d71fde

%3
%86
%0
%13

Triadic Colors of #d71fde

#d71fde #ded71f #1fded7

Analogous Colors of #d71fde

#d71fde #de1f86 #781fde

Monochromatic Colors of #d71fde

#d71fde

Complementary Color

#d71fde #26de1f

#d71fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71fde Color CSS Codes

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

#d71fde Text Font Color

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

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


#d71fde Background Color

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

This div background color is #d71fde


#d71fde Border Color

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

This div border color is #d71fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71fde


Comments

No comments written yet.

Please login to write comment.