Color Hex Logo

#fb005f Color Hex

#FB005F
(251,0,95)
0 Favorites   0 Comments

Color spaces of #fb005f

RGB 251095
HSL0.941.000.49
HSV337°100°98°
CMYK 0.001.000.62   0.02
XYZ41.849221.335512.7389
Yxy21.33550.55120.2810
Hunter Lab46.190480.890715.9816
CIE-Lab53.314781.611221.6898

#fb005f color RGB value is (251,0,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000000 01011111
Octal 373 0 137
Decimal 251 0 95
Hex FB 0 5F

RGB Percentages of Color #fb005f

%72.54
%0.00
%27.46

CMYK Percentages of Color #fb005f

%0
%100
%62
%2

Triadic Colors of #fb005f

#fb005f #5ffb00 #005ffb

Analogous Colors of #fb005f

#fb005f #fb1e00 #fb00dd

Monochromatic Colors of #fb005f

#fb005f

Complementary Color

#fb005f #00fb9c

#fb005f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb005f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb005f Color CSS Codes

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

#fb005f Text Font Color

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

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


#fb005f Background Color

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

This div background color is #fb005f


#fb005f Border Color

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

This div border color is #fb005f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb005f


Comments

No comments written yet.

Please login to write comment.