Color Hex Logo

#fb004a Color Hex

#FB004A
(251,0,74)
0 Favorites   0 Comments

Color spaces of #fb004a

RGB 251074
HSL0.951.000.49
HSV342°100°98°
CMYK 0.001.000.71   0.02
XYZ41.019721.00368.3707
Yxy21.00360.58270.2984
Hunter Lab45.829779.563921.2516
CIE-Lab52.953480.638633.8438

#fb004a color RGB value is (251,0,74).

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

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

Base Numbers

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

RGB Percentages of Color #fb004a

%77.23
%0.00
%22.77

CMYK Percentages of Color #fb004a

%0
%100
%71
%2

Triadic Colors of #fb004a

#fb004a #4afb00 #004afb

Analogous Colors of #fb004a

#fb004a #fb3300 #fb00c8

Monochromatic Colors of #fb004a

#fb004a

Complementary Color

#fb004a #00fbb1

#fb004a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb004a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb004a Color CSS Codes

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

#fb004a Text Font Color

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

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


#fb004a Background Color

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

This div background color is #fb004a


#fb004a Border Color

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

This div border color is #fb004a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,0,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 #fb004a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb004a


Comments

No comments written yet.

Please login to write comment.