Color Hex Logo

#fb273a Color Hex

#FB273A
(251,39,58)
0 Favorites   0 Comments

Color spaces of #fb273a

RGB 2513958
HSL0.990.960.57
HSV355°84°98°
CMYK 0.000.840.77   0.02
XYZ41.272922.26586.1254
Yxy22.26580.59250.3196
Hunter Lab47.186773.552525.3341
CIE-Lab54.307975.576344.5865

#fb273a color RGB value is (251,39,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100111 00111010
Octal 373 47 72
Decimal 251 39 58
Hex FB 27 3A

RGB Percentages of Color #fb273a

%72.13
%11.21
%16.67

CMYK Percentages of Color #fb273a

%0
%84
%77
%2

Triadic Colors of #fb273a

#fb273a #3afb27 #273afb

Analogous Colors of #fb273a

#fb273a #fb7e27 #fb27a4

Monochromatic Colors of #fb273a

#fb273a

Complementary Color

#fb273a #27fbe8

#fb273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb273a Color CSS Codes

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

#fb273a Text Font Color

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

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


#fb273a Background Color

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

This div background color is #fb273a


#fb273a Border Color

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

This div border color is #fb273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb273a

Related Colors


Comments

No comments written yet.

Please login to write comment.