Color Hex Logo

#fb448f Color Hex

#FB448F
(251,68,143)
0 Favorites   0 Comments

Color spaces of #fb448f

RGB 25168143
HSL0.930.960.63
HSV335°73°98°
CMYK 0.000.730.43   0.02
XYZ46.808726.626628.6590
Yxy26.62660.45850.2608
Hunter Lab51.601071.62073.1912
CIE-Lab58.627173.18200.4943

#fb448f color RGB value is (251,68,143).

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

The process color (four color CMYK) of #fb448f color hex is 0.00, 0.73, 0.43, 0.02. Web safe color of #fb448f is #ff3399. Color #fb448f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000100 10001111
Octal 373 104 217
Decimal 251 68 143
Hex FB 44 8F

RGB Percentages of Color #fb448f

%54.33
%14.72
%30.95

CMYK Percentages of Color #fb448f

%0
%73
%43
%2

Triadic Colors of #fb448f

#fb448f #8ffb44 #448ffb

Analogous Colors of #fb448f

#fb448f #fb5444 #fb44eb

Monochromatic Colors of #fb448f

#fb448f

Complementary Color

#fb448f #44fbb0

#fb448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb448f Color CSS Codes

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

#fb448f Text Font Color

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

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


#fb448f Background Color

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

This div background color is #fb448f


#fb448f Border Color

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

This div border color is #fb448f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb448f


Comments

No comments written yet.

Please login to write comment.