Color Hex Logo

#fb396d Color Hex

#FB396D
(251,57,109)
0 Favorites   0 Comments

Color spaces of #fb396d

RGB 25157109
HSL0.960.960.60
HSV344°77°98°
CMYK 0.000.770.57   0.02
XYZ44.007124.539616.8852
Yxy24.53960.51510.2872
Hunter Lab49.537571.881714.4668
CIE-Lab56.624173.775717.7625

#fb396d color RGB value is (251,57,109).

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

The process color (four color CMYK) of #fb396d color hex is 0.00, 0.77, 0.57, 0.02. Web safe color of #fb396d is #ff3366. Color #fb396d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111001 01101101
Octal 373 71 155
Decimal 251 57 109
Hex FB 39 6D

RGB Percentages of Color #fb396d

%60.19
%13.67
%26.14

CMYK Percentages of Color #fb396d

%0
%77
%57
%2

Triadic Colors of #fb396d

#fb396d #6dfb39 #396dfb

Analogous Colors of #fb396d

#fb396d #fb6639 #fb39ce

Monochromatic Colors of #fb396d

#fb396d

Complementary Color

#fb396d #39fbc7

#fb396d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb396d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb396d Color CSS Codes

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

#fb396d Text Font Color

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

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


#fb396d Background Color

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

This div background color is #fb396d


#fb396d Border Color

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

This div border color is #fb396d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb396d

Related Colors


Comments

No comments written yet.

Please login to write comment.