Color Hex Logo

#f77bba Color Hex

#F77BBA
(247,123,186)
0 Favorites   0 Comments

Color spaces of #f77bba

RGB 247123186
HSL0.920.890.73
HSV330°50°97°
CMYK 0.000.500.25   0.03
XYZ54.303737.485250.8276
Yxy37.48520.38080.2628
Hunter Lab61.225251.1767-6.3635
CIE-Lab67.639554.3757-10.9409

#f77bba color RGB value is (247,123,186).

#f77bba hex color red value is 247, green value is 123 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f77bba hue: 0.92 , saturation: 0.89 and the lightness value of f77bba is 0.73.

The process color (four color CMYK) of #f77bba color hex is 0.00, 0.50, 0.25, 0.03. Web safe color of #f77bba is #ff66cc. Color #f77bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01111011 10111010
Octal 367 173 272
Decimal 247 123 186
Hex F7 7B BA

RGB Percentages of Color #f77bba

%44.42
%22.12
%33.45

CMYK Percentages of Color #f77bba

%0
%50
%25
%3

Triadic Colors of #f77bba

#f77bba #baf77b #7bbaf7

Analogous Colors of #f77bba

#f77bba #f77b7c #f67bf7

Monochromatic Colors of #f77bba

#f77bba

Complementary Color

#f77bba #7bf7b8

#f77bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f77bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f77bba Color CSS Codes

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

#f77bba Text Font Color

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

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


#f77bba Background Color

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

This div background color is #f77bba


#f77bba Border Color

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

This div border color is #f77bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f77bba


Comments

No comments written yet.

Please login to write comment.