Color Hex Logo

#fb044a Color Hex

#FB044A
(251,4,74)
0 Favorites   0 Comments

Color spaces of #fb044a

RGB 251474
HSL0.950.970.50
HSV343°98°98°
CMYK 0.000.980.71   0.02
XYZ41.063121.09058.3852
Yxy21.09050.58210.2990
Hunter Lab45.924479.237321.3215
CIE-Lab53.048480.362533.9585

#fb044a color RGB value is (251,4,74).

#fb044a hex color red value is 251, green value is 4 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fb044a hue: 0.95 , saturation: 0.97 and the lightness value of fb044a is 0.50.

The process color (four color CMYK) of #fb044a color hex is 0.00, 0.98, 0.71, 0.02. Web safe color of #fb044a is #ff0033. Color #fb044a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000100 01001010
Octal 373 4 112
Decimal 251 4 74
Hex FB 4 4A

RGB Percentages of Color #fb044a

%76.29
%1.22
%22.49

CMYK Percentages of Color #fb044a

%0
%98
%71
%2

Triadic Colors of #fb044a

#fb044a #4afb04 #044afb

Analogous Colors of #fb044a

#fb044a #fb3a04 #fb04c6

Monochromatic Colors of #fb044a

#fb044a

Complementary Color

#fb044a #04fbb5

#fb044a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb044a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb044a Color CSS Codes

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

#fb044a Text Font Color

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

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


#fb044a Background Color

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

This div background color is #fb044a


#fb044a Border Color

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

This div border color is #fb044a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb044a


Comments

No comments written yet.

Please login to write comment.