Color Hex Logo

#fb367f Color Hex

#FB367F
(251,54,127)
0 Favorites   0 Comments

Color spaces of #fb367f

RGB 25154127
HSL0.940.960.60
HSV338°78°98°
CMYK 0.000.780.49   0.02
XYZ44.933624.679922.4741
Yxy24.67990.48790.2680
Hunter Lab49.678974.51197.9532
CIE-Lab56.762275.87607.2557

#fb367f color RGB value is (251,54,127).

#fb367f hex color red value is 251, green value is 54 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fb367f hue: 0.94 , saturation: 0.96 and the lightness value of fb367f is 0.60.

The process color (four color CMYK) of #fb367f color hex is 0.00, 0.78, 0.49, 0.02. Web safe color of #fb367f is #ff3366. Color #fb367f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110110 01111111
Octal 373 66 177
Decimal 251 54 127
Hex FB 36 7F

RGB Percentages of Color #fb367f

%58.10
%12.50
%29.40

CMYK Percentages of Color #fb367f

%0
%78
%49
%2

Triadic Colors of #fb367f

#fb367f #7ffb36 #367ffb

Analogous Colors of #fb367f

#fb367f #fb5036 #fb36e2

Monochromatic Colors of #fb367f

#fb367f

Complementary Color

#fb367f #36fbb2

#fb367f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb367f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb367f Color CSS Codes

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

#fb367f Text Font Color

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

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


#fb367f Background Color

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

This div background color is #fb367f


#fb367f Border Color

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

This div border color is #fb367f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb367f


Comments

No comments written yet.

Please login to write comment.