Color Hex Logo

#fb55ba Color Hex

#FB55BA
(251,85,186)
0 Favorites   0 Comments

Color spaces of #fb55ba

RGB 25185186
HSL0.900.950.66
HSV323°66°98°
CMYK 0.000.660.26   0.02
XYZ51.895130.551449.6162
Yxy30.55140.39300.2313
Hunter Lab55.273370.8620-14.5305
CIE-Lab62.127171.9089-19.2025

#fb55ba color RGB value is (251,85,186).

#fb55ba hex color red value is 251, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb55ba hue: 0.90 , saturation: 0.95 and the lightness value of fb55ba is 0.66.

The process color (four color CMYK) of #fb55ba color hex is 0.00, 0.66, 0.26, 0.02. Web safe color of #fb55ba is #ff66cc. Color #fb55ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010101 10111010
Octal 373 125 272
Decimal 251 85 186
Hex FB 55 BA

RGB Percentages of Color #fb55ba

%48.08
%16.28
%35.63

CMYK Percentages of Color #fb55ba

%0
%66
%26
%2

Triadic Colors of #fb55ba

#fb55ba #bafb55 #55bafb

Analogous Colors of #fb55ba

#fb55ba #fb5567 #e955fb

Monochromatic Colors of #fb55ba

#fb55ba

Complementary Color

#fb55ba #55fb96

#fb55ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb55ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb55ba Color CSS Codes

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

#fb55ba Text Font Color

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

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


#fb55ba Background Color

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

This div background color is #fb55ba


#fb55ba Border Color

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

This div border color is #fb55ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb55ba

Related Colors


Comments

No comments written yet.

Please login to write comment.