Color Hex Logo

#f779fe Color Hex

#F779FE
(247,121,254)
0 Favorites   0 Comments

Color spaces of #f779fe

RGB 247121254
HSL0.820.990.74
HSV297°52°100°
CMYK 0.030.520.00   0.00
XYZ63.084540.604798.2785
Yxy40.60470.31230.2010
Hunter Lab63.721865.2015-46.8380
CIE-Lab69.898165.8952-45.1840

#f779fe color RGB value is (247,121,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111001 11111110
Octal 367 171 376
Decimal 247 121 254
Hex F7 79 FE

RGB Percentages of Color #f779fe

%39.71
%19.45
%40.84

CMYK Percentages of Color #f779fe

%3
%52
%0
%0

Triadic Colors of #f779fe

#f779fe #fef779 #79fef7

Analogous Colors of #f779fe

#f779fe #fe79c3 #b579fe

Monochromatic Colors of #f779fe

#f779fe

Complementary Color

#f779fe #80fe79

#f779fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f779fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f779fe Color CSS Codes

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

#f779fe Text Font Color

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

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


#f779fe Background Color

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

This div background color is #f779fe


#f779fe Border Color

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

This div border color is #f779fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f779fe

Related Colors


Comments

No comments written yet.

Please login to write comment.