Color Hex Logo

#fb005e Color Hex

#FB005E
(251,0,94)
0 Favorites   0 Comments

Color spaces of #fb005e

RGB 251094
HSL0.941.000.49
HSV338°100°98°
CMYK 0.001.000.63   0.02
XYZ41.804021.317412.5010
Yxy21.31740.55280.2819
Hunter Lab46.170880.818916.2664
CIE-Lab53.295181.558822.2687

#fb005e color RGB value is (251,0,94).

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

The process color (four color CMYK) of #fb005e color hex is 0.00, 1.00, 0.63, 0.02. Web safe color of #fb005e is #ff0066. Color #fb005e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 01011110
Octal 373 0 136
Decimal 251 0 94
Hex FB 0 5E

RGB Percentages of Color #fb005e

%72.75
%0.00
%27.25

CMYK Percentages of Color #fb005e

%0
%100
%63
%2

Triadic Colors of #fb005e

#fb005e #5efb00 #005efb

Analogous Colors of #fb005e

#fb005e #fb2000 #fb00dc

Monochromatic Colors of #fb005e

#fb005e

Complementary Color

#fb005e #00fb9d

#fb005e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb005e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb005e Color CSS Codes

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

#fb005e Text Font Color

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

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


#fb005e Background Color

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

This div background color is #fb005e


#fb005e Border Color

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

This div border color is #fb005e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb005e


Comments

No comments written yet.

Please login to write comment.