Color Hex Logo

#d71bde Color Hex

#D71BDE
(215,27,222)
0 Favorites   0 Comments

Color spaces of #d71bde

RGB 21527222
HSL0.830.780.49
HSV298°88°87°
CMYK 0.030.880.00   0.13
XYZ41.601120.504970.8725
Yxy20.50490.31280.1542
Hunter Lab45.282384.7447-61.0986
CIE-Lab52.403384.7866-55.3914

#d71bde color RGB value is (215,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 11011110
Octal 327 33 336
Decimal 215 27 222
Hex D7 1B DE

RGB Percentages of Color #d71bde

%46.34
%5.82
%47.84

CMYK Percentages of Color #d71bde

%3
%88
%0
%13

Triadic Colors of #d71bde

#d71bde #ded71b #1bded7

Analogous Colors of #d71bde

#d71bde #de1b84 #761bde

Monochromatic Colors of #d71bde

#d71bde

Complementary Color

#d71bde #22de1b

#d71bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bde Color CSS Codes

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

#d71bde Text Font Color

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

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


#d71bde Background Color

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

This div background color is #d71bde


#d71bde Border Color

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

This div border color is #d71bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bde


Comments

No comments written yet.

Please login to write comment.