Color Hex Logo

#fb48ba Color Hex

#FB48BA
(251,72,186)
0 Favorites   0 Comments

Color spaces of #fb48ba

RGB 25172186
HSL0.890.960.63
HSV322°71°98°
CMYK 0.000.710.26   0.02
XYZ50.964028.689149.3058
Yxy28.68910.39520.2225
Hunter Lab53.562276.1074-17.0849
CIE-Lab60.506376.4364-21.6755

#fb48ba color RGB value is (251,72,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 10111010
Octal 373 110 272
Decimal 251 72 186
Hex FB 48 BA

RGB Percentages of Color #fb48ba

%49.31
%14.15
%36.54

CMYK Percentages of Color #fb48ba

%0
%71
%26
%2

Triadic Colors of #fb48ba

#fb48ba #bafb48 #48bafb

Analogous Colors of #fb48ba

#fb48ba #fb4860 #e348fb

Monochromatic Colors of #fb48ba

#fb48ba

Complementary Color

#fb48ba #48fb89

#fb48ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb48ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb48ba Color CSS Codes

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

#fb48ba Text Font Color

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

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


#fb48ba Background Color

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

This div background color is #fb48ba


#fb48ba Border Color

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

This div border color is #fb48ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb48ba

Related Colors


Comments

No comments written yet.

Please login to write comment.