Color Hex Logo

#fb264a Color Hex

#FB264A
(251,38,74)
0 Favorites   0 Comments

Color spaces of #fb264a

RGB 2513874
HSL0.970.960.57
HSV350°85°98°
CMYK 0.000.850.71   0.02
XYZ41.712822.38998.6017
Yxy22.38990.57370.3080
Hunter Lab47.318074.548922.3445
CIE-Lab54.438376.354735.6287

#fb264a color RGB value is (251,38,74).

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

The process color (four color CMYK) of #fb264a color hex is 0.00, 0.85, 0.71, 0.02. Web safe color of #fb264a is #ff3333. Color #fb264a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100110 01001010
Octal 373 46 112
Decimal 251 38 74
Hex FB 26 4A

RGB Percentages of Color #fb264a

%69.15
%10.47
%20.39

CMYK Percentages of Color #fb264a

%0
%85
%71
%2

Triadic Colors of #fb264a

#fb264a #4afb26 #264afb

Analogous Colors of #fb264a

#fb264a #fb6d26 #fb26b5

Monochromatic Colors of #fb264a

#fb264a

Complementary Color

#fb264a #26fbd7

#fb264a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb264a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb264a Color CSS Codes

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

#fb264a Text Font Color

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

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


#fb264a Background Color

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

This div background color is #fb264a


#fb264a Border Color

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

This div border color is #fb264a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb264a

Related Colors


Comments

No comments written yet.

Please login to write comment.