Color Hex Logo

#f778fd Color Hex

#F778FD
(247,120,253)
0 Favorites   0 Comments

Color spaces of #f778fd

RGB 247120253
HSL0.830.970.73
HSV297°53°99°
CMYK 0.020.530.00   0.01
XYZ62.803940.298997.3969
Yxy40.29890.31320.2010
Hunter Lab63.481465.5025-46.5292
CIE-Lab69.681966.1794-44.9770

#f778fd color RGB value is (247,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111000 11111101
Octal 367 170 375
Decimal 247 120 253
Hex F7 78 FD

RGB Percentages of Color #f778fd

%39.84
%19.35
%40.81

CMYK Percentages of Color #f778fd

%2
%53
%0
%1

Triadic Colors of #f778fd

#f778fd #fdf778 #78fdf7

Analogous Colors of #f778fd

#f778fd #fd78c1 #b578fd

Monochromatic Colors of #f778fd

#f778fd

Complementary Color

#f778fd #7efd78

#f778fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f778fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f778fd Color CSS Codes

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

#f778fd Text Font Color

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

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


#f778fd Background Color

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

This div background color is #f778fd


#f778fd Border Color

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

This div border color is #f778fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f778fd

Related Colors


Comments

No comments written yet.

Please login to write comment.