Color Hex Logo

#fb48dc Color Hex

#FB48DC
(251,72,220)
0 Favorites   0 Comments

Color spaces of #fb48dc

RGB 25172220
HSL0.860.960.63
HSV310°71°98°
CMYK 0.000.710.12   0.02
XYZ55.019330.311370.6610
Yxy30.31130.35270.1943
Hunter Lab55.055782.0345-37.5565
CIE-Lab61.921980.8349-38.8075

#fb48dc color RGB value is (251,72,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001000 11011100
Octal 373 110 334
Decimal 251 72 220
Hex FB 48 DC

RGB Percentages of Color #fb48dc

%46.22
%13.26
%40.52

CMYK Percentages of Color #fb48dc

%0
%71
%12
%2

Triadic Colors of #fb48dc

#fb48dc #dcfb48 #48dcfb

Analogous Colors of #fb48dc

#fb48dc #fb4883 #c148fb

Monochromatic Colors of #fb48dc

#fb48dc

Complementary Color

#fb48dc #48fb67

#fb48dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb48dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb48dc Color CSS Codes

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

#fb48dc Text Font Color

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

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


#fb48dc Background Color

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

This div background color is #fb48dc


#fb48dc Border Color

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

This div border color is #fb48dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb48dc


Comments

No comments written yet.

Please login to write comment.