Color Hex Logo

#f78bfb Color Hex

#F78BFB
(247,139,251)
0 Favorites   0 Comments

Color spaces of #f78bfb

RGB 247139251
HSL0.830.930.76
HSV298°45°98°
CMYK 0.020.450.00   0.02
XYZ65.003045.204496.5661
Yxy45.20440.31440.2186
Hunter Lab67.234254.9165-38.0922
CIE-Lab73.026356.7888-38.6613

#f78bfb color RGB value is (247,139,251).

#f78bfb hex color red value is 247, green value is 139 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f78bfb hue: 0.83 , saturation: 0.93 and the lightness value of f78bfb is 0.76.

The process color (four color CMYK) of #f78bfb color hex is 0.02, 0.45, 0.00, 0.02. Web safe color of #f78bfb is #ff99ff. Color #f78bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001011 11111011
Octal 367 213 373
Decimal 247 139 251
Hex F7 8B FB

RGB Percentages of Color #f78bfb

%38.78
%21.82
%39.40

CMYK Percentages of Color #f78bfb

%2
%45
%0
%2

Triadic Colors of #f78bfb

#f78bfb #fbf78b #8bfbf7

Analogous Colors of #f78bfb

#f78bfb #fb8bc7 #bf8bfb

Monochromatic Colors of #f78bfb

#f78bfb

Complementary Color

#f78bfb #8ffb8b

#f78bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78bfb Color CSS Codes

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

#f78bfb Text Font Color

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

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


#f78bfb Background Color

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

This div background color is #f78bfb


#f78bfb Border Color

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

This div border color is #f78bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78bfb


Comments

No comments written yet.

Please login to write comment.