Color Hex Logo

#f777fd Color Hex

#F777FD
(247,119,253)
0 Favorites   0 Comments

Color spaces of #f777fd

RGB 247119253
HSL0.830.970.73
HSV297°53°99°
CMYK 0.020.530.00   0.01
XYZ62.684240.059797.3570
Yxy40.05970.31330.2002
Hunter Lab63.292766.0215-46.8951
CIE-Lab69.512066.6347-45.2436

#f777fd color RGB value is (247,119,253).

#f777fd hex color red value is 247, green value is 119 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f777fd hue: 0.83 , saturation: 0.97 and the lightness value of f777fd is 0.73.

The process color (four color CMYK) of #f777fd color hex is 0.02, 0.53, 0.00, 0.01. Web safe color of #f777fd is #ff66ff. Color #f777fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110111 11111101
Octal 367 167 375
Decimal 247 119 253
Hex F7 77 FD

RGB Percentages of Color #f777fd

%39.90
%19.22
%40.87

CMYK Percentages of Color #f777fd

%2
%53
%0
%1

Triadic Colors of #f777fd

#f777fd #fdf777 #77fdf7

Analogous Colors of #f777fd

#f777fd #fd77c0 #b477fd

Monochromatic Colors of #f777fd

#f777fd

Complementary Color

#f777fd #7dfd77

#f777fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f777fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f777fd Color CSS Codes

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

#f777fd Text Font Color

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

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


#f777fd Background Color

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

This div background color is #f777fd


#f777fd Border Color

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

This div border color is #f777fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,119,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f777fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f777fd

Related Colors


Comments

No comments written yet.

Please login to write comment.