Color Hex Logo

#f78cfc Color Hex

#F78CFC
(247,140,252)
0 Favorites   0 Comments

Color spaces of #f78cfc

RGB 247140252
HSL0.830.950.77
HSV297°44°99°
CMYK 0.020.440.00   0.01
XYZ65.306545.558697.4471
Yxy45.55860.31350.2187
Hunter Lab67.497154.5869-38.3503
CIE-Lab73.258256.4737-38.8441

#f78cfc color RGB value is (247,140,252).

#f78cfc hex color red value is 247, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f78cfc hue: 0.83 , saturation: 0.95 and the lightness value of f78cfc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10001100 11111100
Octal 367 214 374
Decimal 247 140 252
Hex F7 8C FC

RGB Percentages of Color #f78cfc

%38.65
%21.91
%39.44

CMYK Percentages of Color #f78cfc

%2
%44
%0
%1

Triadic Colors of #f78cfc

#f78cfc #fcf78c #8cfcf7

Analogous Colors of #f78cfc

#f78cfc #fc8cc9 #bf8cfc

Monochromatic Colors of #f78cfc

#f78cfc

Complementary Color

#f78cfc #91fc8c

#f78cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f78cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f78cfc Color CSS Codes

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

#f78cfc Text Font Color

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

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


#f78cfc Background Color

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

This div background color is #f78cfc


#f78cfc Border Color

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

This div border color is #f78cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f78cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.