Color Hex Logo

#d116fe Color Hex

#D116FE
(209,22,254)
0 Favorites   0 Comments

Color spaces of #d116fe

RGB 20922254
HSL0.800.990.54
HSV288°91°100°
CMYK 0.180.910.00   0.00
XYZ44.470821.284995.5305
Yxy21.28490.27570.1320
Hunter Lab46.135691.3218-90.4738
CIE-Lab53.259989.6302-72.0519

#d116fe color RGB value is (209,22,254).

#d116fe hex color red value is 209, green value is 22 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d116fe hue: 0.80 , saturation: 0.99 and the lightness value of d116fe is 0.54.

The process color (four color CMYK) of #d116fe color hex is 0.18, 0.91, 0.00, 0.00. Web safe color of #d116fe is #cc00ff. Color #d116fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010110 11111110
Octal 321 26 376
Decimal 209 22 254
Hex D1 16 FE

RGB Percentages of Color #d116fe

%43.09
%4.54
%52.37

CMYK Percentages of Color #d116fe

%18
%91
%0
%0

Triadic Colors of #d116fe

#d116fe #fed116 #16fed1

Analogous Colors of #d116fe

#d116fe #fe16b7 #5d16fe

Monochromatic Colors of #d116fe

#d116fe

Complementary Color

#d116fe #43fe16

#d116fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d116fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d116fe Color CSS Codes

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

#d116fe Text Font Color

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

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


#d116fe Background Color

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

This div background color is #d116fe


#d116fe Border Color

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

This div border color is #d116fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,22,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d116fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d116fe;
  -webkit-box-shadow: 1px 1px 3px 2px #d116fe;
  box-shadow:         1px 1px 3px 2px #d116fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,22,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d116fe


Comments

No comments written yet.

Please login to write comment.