Color Hex Logo

#d913fe Color Hex

#D913FE
(217,19,254)
0 Favorites   0 Comments

Color spaces of #d913fe

RGB 21719254
HSL0.810.990.54
HSV291°93°100°
CMYK 0.150.930.00   0.00
XYZ46.737522.373295.6211
Yxy22.37320.28370.1358
Hunter Lab47.300393.6005-86.7489
CIE-Lab54.420891.1125-70.1110

#d913fe color RGB value is (217,19,254).

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

The process color (four color CMYK) of #d913fe color hex is 0.15, 0.93, 0.00, 0.00. Web safe color of #d913fe is #cc00ff. Color #d913fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010011 11111110
Octal 331 23 376
Decimal 217 19 254
Hex D9 13 FE

RGB Percentages of Color #d913fe

%44.29
%3.88
%51.84

CMYK Percentages of Color #d913fe

%15
%93
%0
%0

Triadic Colors of #d913fe

#d913fe #fed913 #13fed9

Analogous Colors of #d913fe

#d913fe #fe13ae #6313fe

Monochromatic Colors of #d913fe

#d913fe

Complementary Color

#d913fe #38fe13

#d913fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d913fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d913fe Color CSS Codes

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

#d913fe Text Font Color

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

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


#d913fe Background Color

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

This div background color is #d913fe


#d913fe Border Color

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

This div border color is #d913fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d913fe


Comments

No comments written yet.

Please login to write comment.