Color Hex Logo

#f87bba Color Hex

#F87BBA
(248,123,186)
0 Favorites   0 Comments

Color spaces of #f87bba

RGB 248123186
HSL0.920.900.73
HSV330°50°97°
CMYK 0.000.500.25   0.03
XYZ54.657337.667550.8442
Yxy37.66750.38180.2631
Hunter Lab61.373951.5613-6.1562
CIE-Lab67.774854.6908-10.7244

#f87bba color RGB value is (248,123,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111011 10111010
Octal 370 173 272
Decimal 248 123 186
Hex F8 7B BA

RGB Percentages of Color #f87bba

%44.52
%22.08
%33.39

CMYK Percentages of Color #f87bba

%0
%50
%25
%3

Triadic Colors of #f87bba

#f87bba #baf87b #7bbaf8

Analogous Colors of #f87bba

#f87bba #f87b7c #f87bf8

Monochromatic Colors of #f87bba

#f87bba

Complementary Color

#f87bba #7bf8b9

#f87bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87bba Color CSS Codes

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

#f87bba Text Font Color

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

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


#f87bba Background Color

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

This div background color is #f87bba


#f87bba Border Color

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

This div border color is #f87bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87bba


Comments

No comments written yet.

Please login to write comment.