Color Hex Logo

#fb318e Color Hex

#FB318E
(251,49,142)
0 Favorites   0 Comments

Color spaces of #fb318e

RGB 25149142
HSL0.920.960.59
HSV332°80°98°
CMYK 0.000.800.43   0.02
XYZ45.764524.658827.9388
Yxy24.65880.46530.2507
Hunter Lab49.657677.60491.4021
CIE-Lab56.741578.3516-1.6740

#fb318e color RGB value is (251,49,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00110001 10001110
Octal 373 61 216
Decimal 251 49 142
Hex FB 31 8E

RGB Percentages of Color #fb318e

%56.79
%11.09
%32.13

CMYK Percentages of Color #fb318e

%0
%80
%43
%2

Triadic Colors of #fb318e

#fb318e #8efb31 #318efb

Analogous Colors of #fb318e

#fb318e #fb3931 #fb31f3

Monochromatic Colors of #fb318e

#fb318e

Complementary Color

#fb318e #31fb9e

#fb318e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb318e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb318e Color CSS Codes

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

#fb318e Text Font Color

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

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


#fb318e Background Color

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

This div background color is #fb318e


#fb318e Border Color

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

This div border color is #fb318e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb318e


Comments

No comments written yet.

Please login to write comment.