Color Hex Logo

#fb368f Color Hex

#FB368F
(251,54,143)
0 Favorites   0 Comments

Color spaces of #fb368f

RGB 25154143
HSL0.920.960.60
HSV333°78°98°
CMYK 0.000.780.43   0.02
XYZ46.060825.130728.4096
Yxy25.13070.46250.2523
Hunter Lab50.130576.28051.4910
CIE-Lab57.202577.2081-1.5890

#fb368f color RGB value is (251,54,143).

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

The process color (four color CMYK) of #fb368f color hex is 0.00, 0.78, 0.43, 0.02. Web safe color of #fb368f is #ff3399. Color #fb368f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110110 10001111
Octal 373 66 217
Decimal 251 54 143
Hex FB 36 8F

RGB Percentages of Color #fb368f

%56.03
%12.05
%31.92

CMYK Percentages of Color #fb368f

%0
%78
%43
%2

Triadic Colors of #fb368f

#fb368f #8ffb36 #368ffb

Analogous Colors of #fb368f

#fb368f #fb3f36 #fb36f2

Monochromatic Colors of #fb368f

#fb368f

Complementary Color

#fb368f #36fba2

#fb368f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb368f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb368f Color CSS Codes

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

#fb368f Text Font Color

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

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


#fb368f Background Color

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

This div background color is #fb368f


#fb368f Border Color

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

This div border color is #fb368f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb368f


Comments

No comments written yet.

Please login to write comment.