Color Hex Logo

#fb063a Color Hex

#FB063A
(251,6,58)
0 Favorites   0 Comments

Color spaces of #fb063a

RGB 251658
HSL0.960.970.50
HSV347°98°98°
CMYK 0.000.980.77   0.02
XYZ40.612520.94505.9053
Yxy20.94500.60200.3105
Hunter Lab45.765778.311024.3856
CIE-Lab52.889279.660843.0697

#fb063a color RGB value is (251,6,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000110 00111010
Octal 373 6 72
Decimal 251 6 58
Hex FB 6 3A

RGB Percentages of Color #fb063a

%79.68
%1.90
%18.41

CMYK Percentages of Color #fb063a

%0
%98
%77
%2

Triadic Colors of #fb063a

#fb063a #3afb06 #063afb

Analogous Colors of #fb063a

#fb063a #fb4d06 #fb06b5

Monochromatic Colors of #fb063a

#fb063a

Complementary Color

#fb063a #06fbc7

#fb063a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb063a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb063a Color CSS Codes

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

#fb063a Text Font Color

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

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


#fb063a Background Color

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

This div background color is #fb063a


#fb063a Border Color

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

This div border color is #fb063a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb063a

Related Colors


Comments

No comments written yet.

Please login to write comment.