Color Hex Logo

#d71cff Color Hex

#D71CFF
(215,28,255)
0 Favorites   0 Comments

Color spaces of #d71cff

RGB 21528255
HSL0.801.000.55
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ46.489622.497696.4999
Yxy22.49760.28090.1359
Hunter Lab47.431691.9495-87.4237
CIE-Lab54.551089.8520-70.4713

#d71cff color RGB value is (215,28,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011100 11111111
Octal 327 34 377
Decimal 215 28 255
Hex D7 1C FF

RGB Percentages of Color #d71cff

%43.17
%5.62
%51.20

CMYK Percentages of Color #d71cff

%16
%89
%0
%0

Triadic Colors of #d71cff

#d71cff #ffd71c #1cffd7

Analogous Colors of #d71cff

#d71cff #ff1cb6 #661cff

Monochromatic Colors of #d71cff

#d71cff

Complementary Color

#d71cff #44ff1c

#d71cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d71cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d71cff Color CSS Codes

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

#d71cff Text Font Color

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

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


#d71cff Background Color

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

This div background color is #d71cff


#d71cff Border Color

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

This div border color is #d71cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d71cff

Related Colors


Comments

No comments written yet.

Please login to write comment.