Color Hex Logo

#fb48af Color Hex

#FB48AF
(251,72,175)
0 Favorites   0 Comments

Color spaces of #fb48af

RGB 25172175
HSL0.900.960.63
HSV325°71°98°
CMYK 0.000.710.30   0.02
XYZ49.838928.239143.3813
Yxy28.23910.41030.2325
Hunter Lab53.140574.4141-11.2031
CIE-Lab60.104175.1583-15.9531

#fb48af color RGB value is (251,72,175).

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

The process color (four color CMYK) of #fb48af color hex is 0.00, 0.71, 0.30, 0.02. Web safe color of #fb48af is #ff3399. Color #fb48af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 10101111
Octal 373 110 257
Decimal 251 72 175
Hex FB 48 AF

RGB Percentages of Color #fb48af

%50.40
%14.46
%35.14

CMYK Percentages of Color #fb48af

%0
%71
%30
%2

Triadic Colors of #fb48af

#fb48af #affb48 #48affb

Analogous Colors of #fb48af

#fb48af #fb4855 #ee48fb

Monochromatic Colors of #fb48af

#fb48af

Complementary Color

#fb48af #48fb94

#fb48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb48af Color CSS Codes

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

#fb48af Text Font Color

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

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


#fb48af Background Color

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

This div background color is #fb48af


#fb48af Border Color

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

This div border color is #fb48af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,72,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fb48af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb48af


Comments

No comments written yet.

Please login to write comment.