Color Hex Logo

#fb367d Color Hex

#FB367D
(251,54,125)
0 Favorites   0 Comments

Color spaces of #fb367d

RGB 25154125
HSL0.940.960.60
HSV338°78°98°
CMYK 0.000.780.50   0.02
XYZ44.804524.628221.7943
Yxy24.62820.49110.2700
Hunter Lab49.626874.30808.7007
CIE-Lab56.711475.72178.3720

#fb367d color RGB value is (251,54,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110110 01111101
Octal 373 66 175
Decimal 251 54 125
Hex FB 36 7D

RGB Percentages of Color #fb367d

%58.37
%12.56
%29.07

CMYK Percentages of Color #fb367d

%0
%78
%50
%2

Triadic Colors of #fb367d

#fb367d #7dfb36 #367dfb

Analogous Colors of #fb367d

#fb367d #fb5236 #fb36e0

Monochromatic Colors of #fb367d

#fb367d

Complementary Color

#fb367d #36fbb4

#fb367d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb367d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb367d Color CSS Codes

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

#fb367d Text Font Color

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

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


#fb367d Background Color

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

This div background color is #fb367d


#fb367d Border Color

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

This div border color is #fb367d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb367d


Comments

No comments written yet.

Please login to write comment.