Color Hex Logo

#f97bbe Color Hex

#F97BBE
(249,123,190)
0 Favorites   0 Comments

Color spaces of #f97bbe

RGB 249123190
HSL0.910.910.73
HSV328°51°98°
CMYK 0.000.510.24   0.02
XYZ55.444138.023453.1322
Yxy38.02340.37820.2594
Hunter Lab61.663152.5870-7.9232
CIE-Lab68.037955.5427-12.5644

#f97bbe color RGB value is (249,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111011 10111110
Octal 371 173 276
Decimal 249 123 190
Hex F9 7B BE

RGB Percentages of Color #f97bbe

%44.31
%21.89
%33.81

CMYK Percentages of Color #f97bbe

%0
%51
%24
%2

Triadic Colors of #f97bbe

#f97bbe #bef97b #7bbef9

Analogous Colors of #f97bbe

#f97bbe #f97b7f #f57bf9

Monochromatic Colors of #f97bbe

#f97bbe

Complementary Color

#f97bbe #7bf9b6

#f97bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97bbe Color CSS Codes

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

#f97bbe Text Font Color

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

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


#f97bbe Background Color

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

This div background color is #f97bbe


#f97bbe Border Color

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

This div border color is #f97bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97bbe


Comments

No comments written yet.

Please login to write comment.