Color Hex Logo

#f792fc Color Hex

#F792FC
(247,146,252)
0 Favorites   0 Comments

Color spaces of #f792fc

RGB 247146252
HSL0.830.950.78
HSV297°42°99°
CMYK 0.020.420.00   0.01
XYZ66.207347.360297.7474
Yxy47.36020.31330.2241
Hunter Lab68.818751.2937-36.0400
CIE-Lab74.419653.4870-37.0395

#f792fc color RGB value is (247,146,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010010 11111100
Octal 367 222 374
Decimal 247 146 252
Hex F7 92 FC

RGB Percentages of Color #f792fc

%38.29
%22.64
%39.07

CMYK Percentages of Color #f792fc

%2
%42
%0
%1

Triadic Colors of #f792fc

#f792fc #fcf792 #92fcf7

Analogous Colors of #f792fc

#f792fc #fc92cc #c292fc

Monochromatic Colors of #f792fc

#f792fc

Complementary Color

#f792fc #97fc92

#f792fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f792fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f792fc Color CSS Codes

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

#f792fc Text Font Color

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

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


#f792fc Background Color

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

This div background color is #f792fc


#f792fc Border Color

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

This div border color is #f792fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f792fc

Related Colors


Comments

No comments written yet.

Please login to write comment.