Color Hex Logo

#f92ecb Color Hex

#F92ECB
(249,46,203)
0 Favorites   0 Comments

Color spaces of #f92ecb

RGB 24946203
HSL0.870.940.58
HSV314°82°98°
CMYK 0.000.820.18   0.02
XYZ50.823426.405558.9180
Yxy26.40550.37330.1939
Hunter Lab51.386386.6187-32.0098
CIE-Lab58.420085.0552-34.6666

#f92ecb color RGB value is (249,46,203).

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

The process color (four color CMYK) of #f92ecb color hex is 0.00, 0.82, 0.18, 0.02. Web safe color of #f92ecb is #ff33cc. Color #f92ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101110 11001011
Octal 371 56 313
Decimal 249 46 203
Hex F9 2E CB

RGB Percentages of Color #f92ecb

%50.00
%9.24
%40.76

CMYK Percentages of Color #f92ecb

%0
%82
%18
%2

Triadic Colors of #f92ecb

#f92ecb #cbf92e #2ecbf9

Analogous Colors of #f92ecb

#f92ecb #f92e66 #c22ef9

Monochromatic Colors of #f92ecb

#f92ecb

Complementary Color

#f92ecb #2ef95c

#f92ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92ecb Color CSS Codes

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

#f92ecb Text Font Color

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

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


#f92ecb Background Color

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

This div background color is #f92ecb


#f92ecb Border Color

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

This div border color is #f92ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92ecb

Related Colors


Comments

No comments written yet.

Please login to write comment.