Color Hex Logo

#d71bff Color Hex

#D71BFF
(215,27,255)
0 Favorites   0 Comments

Color spaces of #d71bff

RGB 21527255
HSL0.801.000.55
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ46.466322.450996.4922
Yxy22.45090.28090.1357
Hunter Lab47.382492.1298-87.5739
CIE-Lab54.502289.9967-70.5504

#d71bff color RGB value is (215,27,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011011 11111111
Octal 327 33 377
Decimal 215 27 255
Hex D7 1B FF

RGB Percentages of Color #d71bff

%43.26
%5.43
%51.31

CMYK Percentages of Color #d71bff

%16
%89
%0
%0

Triadic Colors of #d71bff

#d71bff #ffd71b #1bffd7

Analogous Colors of #d71bff

#d71bff #ff1bb5 #651bff

Monochromatic Colors of #d71bff

#d71bff

Complementary Color

#d71bff #43ff1b

#d71bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71bff Color CSS Codes

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

#d71bff Text Font Color

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

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


#d71bff Background Color

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

This div background color is #d71bff


#d71bff Border Color

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

This div border color is #d71bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71bff

Related Colors


Comments

No comments written yet.

Please login to write comment.