Color Hex Logo

#fb447c Color Hex

#FB447C
(251,68,124)
0 Favorites   0 Comments

Color spaces of #fb447c

RGB 25168124
HSL0.950.960.63
HSV342°73°98°
CMYK 0.000.730.51   0.02
XYZ45.488926.098721.7088
Yxy26.09870.48760.2797
Hunter Lab51.086969.538310.5662
CIE-Lab58.130671.575610.9722

#fb447c color RGB value is (251,68,124).

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

The process color (four color CMYK) of #fb447c color hex is 0.00, 0.73, 0.51, 0.02. Web safe color of #fb447c is #ff3366. Color #fb447c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000100 01111100
Octal 373 104 174
Decimal 251 68 124
Hex FB 44 7C

RGB Percentages of Color #fb447c

%56.66
%15.35
%27.99

CMYK Percentages of Color #fb447c

%0
%73
%51
%2

Triadic Colors of #fb447c

#fb447c #7cfb44 #447cfb

Analogous Colors of #fb447c

#fb447c #fb6844 #fb44d8

Monochromatic Colors of #fb447c

#fb447c

Complementary Color

#fb447c #44fbc3

#fb447c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb447c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb447c Color CSS Codes

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

#fb447c Text Font Color

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

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


#fb447c Background Color

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

This div background color is #fb447c


#fb447c Border Color

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

This div border color is #fb447c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb447c


Comments

No comments written yet.

Please login to write comment.