Color Hex Logo

#f92eac Color Hex

#F92EAC
(249,46,172)
0 Favorites   0 Comments

Color spaces of #f92eac

RGB 24946172
HSL0.900.940.58
HSV323°82°98°
CMYK 0.000.820.31   0.02
XYZ47.490325.072341.3661
Yxy25.07230.41680.2201
Hunter Lab50.072281.6693-13.9306
CIE-Lab57.145881.4742-18.7387

#f92eac color RGB value is (249,46,172).

#f92eac hex color red value is 249, green value is 46 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f92eac hue: 0.90 , saturation: 0.94 and the lightness value of f92eac is 0.58.

The process color (four color CMYK) of #f92eac color hex is 0.00, 0.82, 0.31, 0.02. Web safe color of #f92eac is #ff3399. Color #f92eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101110 10101100
Octal 371 56 254
Decimal 249 46 172
Hex F9 2E AC

RGB Percentages of Color #f92eac

%53.32
%9.85
%36.83

CMYK Percentages of Color #f92eac

%0
%82
%31
%2

Triadic Colors of #f92eac

#f92eac #acf92e #2eacf9

Analogous Colors of #f92eac

#f92eac #f92e47 #e12ef9

Monochromatic Colors of #f92eac

#f92eac

Complementary Color

#f92eac #2ef97b

#f92eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92eac Color CSS Codes

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

#f92eac Text Font Color

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

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


#f92eac Background Color

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

This div background color is #f92eac


#f92eac Border Color

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

This div border color is #f92eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,46,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f92eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f92eac;
  -webkit-box-shadow: 1px 1px 3px 2px #f92eac;
  box-shadow:         1px 1px 3px 2px #f92eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,46,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92eac


Comments

No comments written yet.

Please login to write comment.