Color Hex Logo

#f97ebe Color Hex

#F97EBE
(249,126,190)
0 Favorites   0 Comments

Color spaces of #f97ebe

RGB 249126190
HSL0.910.910.74
HSV329°49°98°
CMYK 0.000.490.24   0.02
XYZ55.822038.779253.2582
Yxy38.77920.37750.2623
Hunter Lab62.272951.0313-7.1160
CIE-Lab68.591054.1054-11.7350

#f97ebe color RGB value is (249,126,190).

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

The process color (four color CMYK) of #f97ebe color hex is 0.00, 0.49, 0.24, 0.02. Web safe color of #f97ebe is #ff66cc. Color #f97ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111110 10111110
Octal 371 176 276
Decimal 249 126 190
Hex F9 7E BE

RGB Percentages of Color #f97ebe

%44.07
%22.30
%33.63

CMYK Percentages of Color #f97ebe

%0
%49
%24
%2

Triadic Colors of #f97ebe

#f97ebe #bef97e #7ebef9

Analogous Colors of #f97ebe

#f97ebe #f97e81 #f77ef9

Monochromatic Colors of #f97ebe

#f97ebe

Complementary Color

#f97ebe #7ef9b9

#f97ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97ebe Color CSS Codes

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

#f97ebe Text Font Color

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

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


#f97ebe Background Color

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

This div background color is #f97ebe


#f97ebe Border Color

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

This div border color is #f97ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97ebe


Comments

No comments written yet.

Please login to write comment.