Color Hex Logo

#f895ba Color Hex

#F895BA
(248,149,186)
0 Favorites   0 Comments

Color spaces of #f895ba

RGB 248149186
HSL0.940.880.78
HSV338°40°97°
CMYK 0.000.400.25   0.03
XYZ58.321844.996552.0657
Yxy44.99650.37530.2896
Hunter Lab67.079437.80670.9359
CIE-Lab72.889641.7364-3.1387

#f895ba color RGB value is (248,149,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010101 10111010
Octal 370 225 272
Decimal 248 149 186
Hex F8 95 BA

RGB Percentages of Color #f895ba

%42.54
%25.56
%31.90

CMYK Percentages of Color #f895ba

%0
%40
%25
%3

Triadic Colors of #f895ba

#f895ba #baf895 #95baf8

Analogous Colors of #f895ba

#f895ba #f8a295 #f895ec

Monochromatic Colors of #f895ba

#f895ba

Complementary Color

#f895ba #95f8d3

#f895ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f895ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f895ba Color CSS Codes

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

#f895ba Text Font Color

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

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


#f895ba Background Color

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

This div background color is #f895ba


#f895ba Border Color

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

This div border color is #f895ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f895ba


Comments

No comments written yet.

Please login to write comment.