Color Hex Logo

#f58bba Color Hex

#F58BBA
(245,139,186)
0 Favorites   0 Comments

Color spaces of #f58bba

RGB 245139186
HSL0.930.840.75
HSV333°43°96°
CMYK 0.000.430.24   0.04
XYZ55.751741.422951.5114
Yxy41.42290.37500.2786
Hunter Lab64.360641.9926-2.4007
CIE-Lab70.471245.8253-6.7513

#f58bba color RGB value is (245,139,186).

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

The process color (four color CMYK) of #f58bba color hex is 0.00, 0.43, 0.24, 0.04. Web safe color of #f58bba is #ff99cc. Color #f58bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 10111010
Octal 365 213 272
Decimal 245 139 186
Hex F5 8B BA

RGB Percentages of Color #f58bba

%42.98
%24.39
%32.63

CMYK Percentages of Color #f58bba

%0
%43
%24
%4

Triadic Colors of #f58bba

#f58bba #baf58b #8bbaf5

Analogous Colors of #f58bba

#f58bba #f5918b #f58bef

Monochromatic Colors of #f58bba

#f58bba

Complementary Color

#f58bba #8bf5c6

#f58bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58bba Color CSS Codes

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

#f58bba Text Font Color

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

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


#f58bba Background Color

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

This div background color is #f58bba


#f58bba Border Color

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

This div border color is #f58bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58bba


Comments

No comments written yet.

Please login to write comment.