Color Hex Logo

#fb382a Color Hex

#FB382A
(251,56,42)
0 Favorites   0 Comments

Color spaces of #fb382a

RGB 2515642
HSL0.010.960.57
HSV83°98°
CMYK 0.000.780.83   0.02
XYZ41.615823.50474.5340
Yxy23.50470.59750.3374
Hunter Lab48.481668.378428.3924
CIE-Lab55.588471.102354.1064

#fb382a color RGB value is (251,56,42).

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

The process color (four color CMYK) of #fb382a color hex is 0.00, 0.78, 0.83, 0.02. Web safe color of #fb382a is #ff3333. Color #fb382a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111000 00101010
Octal 373 70 52
Decimal 251 56 42
Hex FB 38 2A

RGB Percentages of Color #fb382a

%71.92
%16.05
%12.03

CMYK Percentages of Color #fb382a

%0
%78
%83
%2

Triadic Colors of #fb382a

#fb382a #2afb38 #382afb

Analogous Colors of #fb382a

#fb382a #fba12a #fb2a85

Monochromatic Colors of #fb382a

#fb382a

Complementary Color

#fb382a #2aedfb

#fb382a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb382a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb382a Color CSS Codes

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

#fb382a Text Font Color

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

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


#fb382a Background Color

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

This div background color is #fb382a


#fb382a Border Color

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

This div border color is #fb382a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb382a

Related Colors


Comments

No comments written yet.

Please login to write comment.