Color Hex Logo

#f750fe Color Hex

#F750FE
(247,80,254)
0 Favorites   0 Comments

Color spaces of #f750fe

RGB 24780254
HSL0.830.990.65
HSV298°69°100°
CMYK 0.030.690.00   0.00
XYZ59.115832.667296.9556
Yxy32.66720.31320.1731
Hunter Lab57.155284.6014-60.5683
CIE-Lab63.890582.4449-54.6706

#f750fe color RGB value is (247,80,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010000 11111110
Octal 367 120 376
Decimal 247 80 254
Hex F7 50 FE

RGB Percentages of Color #f750fe

%42.51
%13.77
%43.72

CMYK Percentages of Color #f750fe

%3
%69
%0
%0

Triadic Colors of #f750fe

#f750fe #fef750 #50fef7

Analogous Colors of #f750fe

#f750fe #fe50ae #a050fe

Monochromatic Colors of #f750fe

#f750fe

Complementary Color

#f750fe #57fe50

#f750fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f750fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f750fe Color CSS Codes

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

#f750fe Text Font Color

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

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


#f750fe Background Color

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

This div background color is #f750fe


#f750fe Border Color

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

This div border color is #f750fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f750fe

Related Colors


Comments

No comments written yet.

Please login to write comment.