Color Hex Logo

#d71bfb Color Hex

#D71BFB
(215,27,251)
0 Favorites   0 Comments

Color spaces of #d71bfb

RGB 21527251
HSL0.810.970.55
HSV290°89°98°
CMYK 0.140.890.00   0.02
XYZ45.828922.196093.1356
Yxy22.19600.28440.1377
Hunter Lab47.112691.1891-84.2298
CIE-Lab54.234389.3418-68.7583

#d71bfb color RGB value is (215,27,251).

#d71bfb hex color red value is 215, green value is 27 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d71bfb hue: 0.81 , saturation: 0.97 and the lightness value of d71bfb is 0.55.

The process color (four color CMYK) of #d71bfb color hex is 0.14, 0.89, 0.00, 0.02. Web safe color of #d71bfb is #cc33ff. Color #d71bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 11111011
Octal 327 33 373
Decimal 215 27 251
Hex D7 1B FB

RGB Percentages of Color #d71bfb

%43.61
%5.48
%50.91

CMYK Percentages of Color #d71bfb

%14
%89
%0
%2

Triadic Colors of #d71bfb

#d71bfb #fbd71b #1bfbd7

Analogous Colors of #d71bfb

#d71bfb #fb1baf #671bfb

Monochromatic Colors of #d71bfb

#d71bfb

Complementary Color

#d71bfb #3ffb1b

#d71bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bfb Color CSS Codes

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

#d71bfb Text Font Color

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

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


#d71bfb Background Color

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

This div background color is #d71bfb


#d71bfb Border Color

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

This div border color is #d71bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.