Color Hex Logo

#f78fba Color Hex

#F78FBA
(247,143,186)
0 Favorites   0 Comments

Color spaces of #f78fba

RGB 247143186
HSL0.930.870.76
HSV335°42°97°
CMYK 0.000.420.25   0.03
XYZ57.043242.964251.7408
Yxy42.96420.37590.2831
Hunter Lab65.547140.6346-0.9187
CIE-Lab71.530744.4660-5.1556

#f78fba color RGB value is (247,143,186).

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

The process color (four color CMYK) of #f78fba color hex is 0.00, 0.42, 0.25, 0.03. Web safe color of #f78fba is #ff99cc. Color #f78fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001111 10111010
Octal 367 217 272
Decimal 247 143 186
Hex F7 8F BA

RGB Percentages of Color #f78fba

%42.88
%24.83
%32.29

CMYK Percentages of Color #f78fba

%0
%42
%25
%3

Triadic Colors of #f78fba

#f78fba #baf78f #8fbaf7

Analogous Colors of #f78fba

#f78fba #f7988f #f78fee

Monochromatic Colors of #f78fba

#f78fba

Complementary Color

#f78fba #8ff7cc

#f78fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78fba Color CSS Codes

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

#f78fba Text Font Color

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

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


#f78fba Background Color

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

This div background color is #f78fba


#f78fba Border Color

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

This div border color is #f78fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78fba


Comments

No comments written yet.

Please login to write comment.