Color Hex Logo

#f99eea Color Hex

#F99EEA
(249,158,234)
0 Favorites   0 Comments

Color spaces of #f99eea

RGB 249158234
HSL0.860.880.80
HSV310°37°98°
CMYK 0.000.370.06   0.02
XYZ66.145150.534084.1097
Yxy50.53400.32940.2517
Hunter Lab71.087341.6875-20.3902
CIE-Lab76.395944.8297-24.2063

#f99eea color RGB value is (249,158,234).

#f99eea hex color red value is 249, green value is 158 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f99eea hue: 0.86 , saturation: 0.88 and the lightness value of f99eea is 0.80.

The process color (four color CMYK) of #f99eea color hex is 0.00, 0.37, 0.06, 0.02. Web safe color of #f99eea is #ff99ff. Color #f99eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011110 11101010
Octal 371 236 352
Decimal 249 158 234
Hex F9 9E EA

RGB Percentages of Color #f99eea

%38.85
%24.65
%36.51

CMYK Percentages of Color #f99eea

%0
%37
%6
%2

Triadic Colors of #f99eea

#f99eea #eaf99e #9eeaf9

Analogous Colors of #f99eea

#f99eea #f99ebd #db9ef9

Monochromatic Colors of #f99eea

#f99eea

Complementary Color

#f99eea #9ef9ad

#f99eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99eea Color CSS Codes

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

#f99eea Text Font Color

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

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


#f99eea Background Color

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

This div background color is #f99eea


#f99eea Border Color

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

This div border color is #f99eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99eea


Comments

No comments written yet.

Please login to write comment.