Color Hex Logo

#fb203a Color Hex

#FB203A
(251,32,58)
0 Favorites   0 Comments

Color spaces of #fb203a

RGB 2513258
HSL0.980.960.55
HSV353°87°98°
CMYK 0.000.870.77   0.02
XYZ41.063921.84776.0557
Yxy21.84770.59540.3168
Hunter Lab46.741575.020225.0376
CIE-Lab53.865076.844944.1147

#fb203a color RGB value is (251,32,58).

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

The process color (four color CMYK) of #fb203a color hex is 0.00, 0.87, 0.77, 0.02. Web safe color of #fb203a is #ff3333. Color #fb203a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100000 00111010
Octal 373 40 72
Decimal 251 32 58
Hex FB 20 3A

RGB Percentages of Color #fb203a

%73.61
%9.38
%17.01

CMYK Percentages of Color #fb203a

%0
%87
%77
%2

Triadic Colors of #fb203a

#fb203a #3afb20 #203afb

Analogous Colors of #fb203a

#fb203a #fb7420 #fb20a8

Monochromatic Colors of #fb203a

#fb203a

Complementary Color

#fb203a #20fbe1

#fb203a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb203a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb203a Color CSS Codes

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

#fb203a Text Font Color

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

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


#fb203a Background Color

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

This div background color is #fb203a


#fb203a Border Color

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

This div border color is #fb203a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb203a


Comments

No comments written yet.

Please login to write comment.