Color Hex Logo

#d719fe Color Hex

#D719FE
(215,25,254)
0 Favorites   0 Comments

Color spaces of #d719fe

RGB 21525254
HSL0.800.990.55
HSV290°90°100°
CMYK 0.150.900.00   0.00
XYZ46.261422.298195.6316
Yxy22.29810.28180.1358
Hunter Lab47.220992.2366-87.0194
CIE-Lab54.341990.1079-70.2540

#d719fe color RGB value is (215,25,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00011001 11111110
Octal 327 31 376
Decimal 215 25 254
Hex D7 19 FE

RGB Percentages of Color #d719fe

%43.52
%5.06
%51.42

CMYK Percentages of Color #d719fe

%15
%90
%0
%0

Triadic Colors of #d719fe

#d719fe #fed719 #19fed7

Analogous Colors of #d719fe

#d719fe #fe19b3 #6519fe

Monochromatic Colors of #d719fe

#d719fe

Complementary Color

#d719fe #40fe19

#d719fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d719fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d719fe Color CSS Codes

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

#d719fe Text Font Color

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

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


#d719fe Background Color

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

This div background color is #d719fe


#d719fe Border Color

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

This div border color is #d719fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d719fe

Related Colors


Comments

No comments written yet.

Please login to write comment.