Color Hex Logo

#fb48da Color Hex

#FB48DA
(251,72,218)
0 Favorites   0 Comments

Color spaces of #fb48da

RGB 25172218
HSL0.860.960.63
HSV311°71°98°
CMYK 0.000.710.13   0.02
XYZ54.755930.205969.2740
Yxy30.20590.35500.1958
Hunter Lab54.959981.6576-36.2599
CIE-Lab61.831580.5586-37.8230

#fb48da color RGB value is (251,72,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 11011010
Octal 373 110 332
Decimal 251 72 218
Hex FB 48 DA

RGB Percentages of Color #fb48da

%46.40
%13.31
%40.30

CMYK Percentages of Color #fb48da

%0
%71
%13
%2

Triadic Colors of #fb48da

#fb48da #dafb48 #48dafb

Analogous Colors of #fb48da

#fb48da #fb4881 #c348fb

Monochromatic Colors of #fb48da

#fb48da

Complementary Color

#fb48da #48fb69

#fb48da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb48da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb48da Color CSS Codes

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

#fb48da Text Font Color

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

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


#fb48da Background Color

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

This div background color is #fb48da


#fb48da Border Color

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

This div border color is #fb48da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb48da


Comments

No comments written yet.

Please login to write comment.