Color Hex Logo

#f757fe Color Hex

#F757FE
(247,87,254)
0 Favorites   0 Comments

Color spaces of #f757fe

RGB 24787254
HSL0.830.990.67
HSV297°66°100°
CMYK 0.030.660.00   0.00
XYZ59.655433.746397.1354
Yxy33.74630.31310.1771
Hunter Lab58.091681.6450-58.4752
CIE-Lab64.760779.9889-53.2892

#f757fe color RGB value is (247,87,254).

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

The process color (four color CMYK) of #f757fe color hex is 0.03, 0.66, 0.00, 0.00. Web safe color of #f757fe is #ff66ff. Color #f757fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010111 11111110
Octal 367 127 376
Decimal 247 87 254
Hex F7 57 FE

RGB Percentages of Color #f757fe

%42.01
%14.80
%43.20

CMYK Percentages of Color #f757fe

%3
%66
%0
%0

Triadic Colors of #f757fe

#f757fe #fef757 #57fef7

Analogous Colors of #f757fe

#f757fe #fe57b2 #a457fe

Monochromatic Colors of #f757fe

#f757fe

Complementary Color

#f757fe #5efe57

#f757fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f757fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f757fe Color CSS Codes

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

#f757fe Text Font Color

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

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


#f757fe Background Color

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

This div background color is #f757fe


#f757fe Border Color

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

This div border color is #f757fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f757fe


Comments

No comments written yet.

Please login to write comment.