Color Hex Logo

#fb0023 Color Hex

#FB0023
(251,0,35)
0 Favorites   0 Comments

Color spaces of #fb0023

RGB 251035
HSL0.981.000.49
HSV352°100°98°
CMYK 0.001.000.86   0.02
XYZ40.087020.63063.4594
Yxy20.63060.62460.3215
Hunter Lab45.420978.051627.2789
CIE-Lab52.542879.522754.8326

#fb0023 color RGB value is (251,0,35).

#fb0023 hex color red value is 251, green value is 0 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #fb0023 hue: 0.98 , saturation: 1.00 and the lightness value of fb0023 is 0.49.

The process color (four color CMYK) of #fb0023 color hex is 0.00, 1.00, 0.86, 0.02. Web safe color of #fb0023 is #ff0033. Color #fb0023 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 00100011
Octal 373 0 43
Decimal 251 0 35
Hex FB 0 23

RGB Percentages of Color #fb0023

%87.76
%0.00
%12.24

CMYK Percentages of Color #fb0023

%0
%100
%86
%2

Triadic Colors of #fb0023

#fb0023 #23fb00 #0023fb

Analogous Colors of #fb0023

#fb0023 #fb5a00 #fb00a1

Monochromatic Colors of #fb0023

#fb0023

Complementary Color

#fb0023 #00fbd8

#fb0023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb0023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb0023 Color CSS Codes

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

#fb0023 Text Font Color

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

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


#fb0023 Background Color

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

This div background color is #fb0023


#fb0023 Border Color

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

This div border color is #fb0023


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb0023


Comments

No comments written yet.

Please login to write comment.