Color Hex Logo

#f88bba Color Hex

#F88BBA
(248,139,186)
0 Favorites   0 Comments

Color spaces of #f88bba

RGB 248139186
HSL0.930.890.76
HSV334°44°97°
CMYK 0.000.440.25   0.03
XYZ56.806941.966951.5607
Yxy41.96690.37790.2792
Hunter Lab64.781943.1575-1.8424
CIE-Lab70.848146.8249-6.1512

#f88bba color RGB value is (248,139,186).

#f88bba hex color red value is 248, green value is 139 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f88bba hue: 0.93 , saturation: 0.89 and the lightness value of f88bba is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 10111010
Octal 370 213 272
Decimal 248 139 186
Hex F8 8B BA

RGB Percentages of Color #f88bba

%43.28
%24.26
%32.46

CMYK Percentages of Color #f88bba

%0
%44
%25
%3

Triadic Colors of #f88bba

#f88bba #baf88b #8bbaf8

Analogous Colors of #f88bba

#f88bba #f8938b #f88bf1

Monochromatic Colors of #f88bba

#f88bba

Complementary Color

#f88bba #8bf8c9

#f88bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bba Color CSS Codes

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

#f88bba Text Font Color

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

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


#f88bba Background Color

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

This div background color is #f88bba


#f88bba Border Color

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

This div border color is #f88bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bba


Comments

No comments written yet.

Please login to write comment.