Color Hex Logo

#f97eea Color Hex

#F97EEA
(249,126,234)
0 Favorites   0 Comments

Color spaces of #f97eea

RGB 249126234
HSL0.850.910.74
HSV307°49°98°
CMYK 0.000.490.06   0.02
XYZ61.379141.002082.5210
Yxy41.00200.33200.2217
Hunter Lab64.032859.0450-31.5858
CIE-Lab70.177360.7254-33.7652

#f97eea color RGB value is (249,126,234).

#f97eea hex color red value is 249, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f97eea hue: 0.85 , saturation: 0.91 and the lightness value of f97eea is 0.74.

The process color (four color CMYK) of #f97eea color hex is 0.00, 0.49, 0.06, 0.02. Web safe color of #f97eea is #ff66ff. Color #f97eea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111110 11101010
Octal 371 176 352
Decimal 249 126 234
Hex F9 7E EA

RGB Percentages of Color #f97eea

%40.89
%20.69
%38.42

CMYK Percentages of Color #f97eea

%0
%49
%6
%2

Triadic Colors of #f97eea

#f97eea #eaf97e #7eeaf9

Analogous Colors of #f97eea

#f97eea #f97ead #cb7ef9

Monochromatic Colors of #f97eea

#f97eea

Complementary Color

#f97eea #7ef98d

#f97eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97eea Color CSS Codes

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

#f97eea Text Font Color

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

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


#f97eea Background Color

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

This div background color is #f97eea


#f97eea Border Color

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

This div border color is #f97eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97eea


Comments

No comments written yet.

Please login to write comment.