Color Hex Logo

#fb40ba Color Hex

#FB40BA
(251,64,186)
0 Favorites   0 Comments

Color spaces of #fb40ba

RGB 25164186
HSL0.890.960.62
HSV321°75°98°
CMYK 0.000.750.26   0.02
XYZ50.480027.721249.1445
Yxy27.72120.39640.2177
Hunter Lab52.650979.0009-18.4858
CIE-Lab59.636078.8975-23.0082

#fb40ba color RGB value is (251,64,186).

#fb40ba hex color red value is 251, green value is 64 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb40ba hue: 0.89 , saturation: 0.96 and the lightness value of fb40ba is 0.62.

The process color (four color CMYK) of #fb40ba color hex is 0.00, 0.75, 0.26, 0.02. Web safe color of #fb40ba is #ff33cc. Color #fb40ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000000 10111010
Octal 373 100 272
Decimal 251 64 186
Hex FB 40 BA

RGB Percentages of Color #fb40ba

%50.10
%12.77
%37.13

CMYK Percentages of Color #fb40ba

%0
%75
%26
%2

Triadic Colors of #fb40ba

#fb40ba #bafb40 #40bafb

Analogous Colors of #fb40ba

#fb40ba #fb405c #df40fb

Monochromatic Colors of #fb40ba

#fb40ba

Complementary Color

#fb40ba #40fb81

#fb40ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb40ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb40ba Color CSS Codes

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

#fb40ba Text Font Color

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

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


#fb40ba Background Color

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

This div background color is #fb40ba


#fb40ba Border Color

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

This div border color is #fb40ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb40ba

Related Colors


Comments

No comments written yet.

Please login to write comment.