Color Hex Logo

#f792fb Color Hex

#F792FB
(247,146,251)
0 Favorites   0 Comments

Color spaces of #f792fb

RGB 247146251
HSL0.830.930.78
HSV298°42°98°
CMYK 0.020.420.00   0.02
XYZ66.049247.297096.9148
Yxy47.29700.31410.2249
Hunter Lab68.772851.0784-35.4106
CIE-Lab74.379353.3074-36.5595

#f792fb color RGB value is (247,146,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10010010 11111011
Octal 367 222 373
Decimal 247 146 251
Hex F7 92 FB

RGB Percentages of Color #f792fb

%38.35
%22.67
%38.98

CMYK Percentages of Color #f792fb

%2
%42
%0
%2

Triadic Colors of #f792fb

#f792fb #fbf792 #92fbf7

Analogous Colors of #f792fb

#f792fb #fb92cb #c392fb

Monochromatic Colors of #f792fb

#f792fb

Complementary Color

#f792fb #96fb92

#f792fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f792fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f792fb Color CSS Codes

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

#f792fb Text Font Color

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

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


#f792fb Background Color

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

This div background color is #f792fb


#f792fb Border Color

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

This div border color is #f792fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f792fb

Related Colors


Comments

No comments written yet.

Please login to write comment.