Color Hex Logo

#f92eeb Color Hex

#F92EEB
(249,46,235)
0 Favorites   0 Comments

Color spaces of #f92eeb

RGB 24946235
HSL0.840.940.58
HSV304°82°98°
CMYK 0.000.820.06   0.02
XYZ55.039328.091981.1186
Yxy28.09190.33510.1710
Hunter Lab53.001892.6088-53.6414
CIE-Lab59.971789.2915-50.3223

#f92eeb color RGB value is (249,46,235).

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

The process color (four color CMYK) of #f92eeb color hex is 0.00, 0.82, 0.06, 0.02. Web safe color of #f92eeb is #ff33ff. Color #f92eeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00101110 11101011
Octal 371 56 353
Decimal 249 46 235
Hex F9 2E EB

RGB Percentages of Color #f92eeb

%46.98
%8.68
%44.34

CMYK Percentages of Color #f92eeb

%0
%82
%6
%2

Triadic Colors of #f92eeb

#f92eeb #ebf92e #2eebf9

Analogous Colors of #f92eeb

#f92eeb #f92e86 #a22ef9

Monochromatic Colors of #f92eeb

#f92eeb

Complementary Color

#f92eeb #2ef93c

#f92eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f92eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f92eeb Color CSS Codes

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

#f92eeb Text Font Color

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

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


#f92eeb Background Color

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

This div background color is #f92eeb


#f92eeb Border Color

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

This div border color is #f92eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f92eeb


Comments

No comments written yet.

Please login to write comment.