Color Hex Logo

#f897ba Color Hex

#F897BA
(248,151,186)
0 Favorites   0 Comments

Color spaces of #f897ba

RGB 248151186
HSL0.940.870.78
HSV338°39°97°
CMYK 0.000.390.25   0.03
XYZ58.640945.634852.1721
Yxy45.63480.37480.2917
Hunter Lab67.553536.73101.4974
CIE-Lab73.307940.7067-2.5238

#f897ba color RGB value is (248,151,186).

#f897ba hex color red value is 248, green value is 151 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f897ba hue: 0.94 , saturation: 0.87 and the lightness value of f897ba is 0.78.

The process color (four color CMYK) of #f897ba color hex is 0.00, 0.39, 0.25, 0.03. Web safe color of #f897ba is #ff99cc. Color #f897ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010111 10111010
Octal 370 227 272
Decimal 248 151 186
Hex F8 97 BA

RGB Percentages of Color #f897ba

%42.39
%25.81
%31.79

CMYK Percentages of Color #f897ba

%0
%39
%25
%3

Triadic Colors of #f897ba

#f897ba #baf897 #97baf8

Analogous Colors of #f897ba

#f897ba #f8a597 #f897eb

Monochromatic Colors of #f897ba

#f897ba

Complementary Color

#f897ba #97f8d5

#f897ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f897ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f897ba Color CSS Codes

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

#f897ba Text Font Color

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

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


#f897ba Background Color

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

This div background color is #f897ba


#f897ba Border Color

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

This div border color is #f897ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,151,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f897ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f897ba;
  -webkit-box-shadow: 1px 1px 3px 2px #f897ba;
  box-shadow:         1px 1px 3px 2px #f897ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,151,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f897ba


Comments

No comments written yet.

Please login to write comment.