Color Hex Logo

#f719fe Color Hex

#F719FE
(247,25,254)
0 Favorites   0 Comments

Color spaces of #f719fe

RGB 24725254
HSL0.830.990.55
HSV298°90°100°
CMYK 0.030.900.00   0.00
XYZ56.594827.625296.1152
Yxy27.62520.31380.1532
Hunter Lab52.5597100.2244-71.6311
CIE-Lab59.548695.0048-61.5992

#f719fe color RGB value is (247,25,254).

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

The process color (four color CMYK) of #f719fe color hex is 0.03, 0.90, 0.00, 0.00. Web safe color of #f719fe is #ff00ff. Color #f719fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011001 11111110
Octal 367 31 376
Decimal 247 25 254
Hex F7 19 FE

RGB Percentages of Color #f719fe

%46.96
%4.75
%48.29

CMYK Percentages of Color #f719fe

%3
%90
%0
%0

Triadic Colors of #f719fe

#f719fe #fef719 #19fef7

Analogous Colors of #f719fe

#f719fe #fe1993 #8519fe

Monochromatic Colors of #f719fe

#f719fe

Complementary Color

#f719fe #20fe19

#f719fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f719fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f719fe Color CSS Codes

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

#f719fe Text Font Color

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

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


#f719fe Background Color

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

This div background color is #f719fe


#f719fe Border Color

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

This div border color is #f719fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f719fe

Related Colors


Comments

No comments written yet.

Please login to write comment.