Color Hex Logo

#fb6597 Color Hex

#FB6597
(251,101,151)
0 Favorites   0 Comments

Color spaces of #fb6597

RGB 251101151
HSL0.940.950.69
HSV340°60°98°
CMYK 0.000.600.40   0.02
XYZ50.023332.051032.8281
Yxy32.05100.43540.2789
Hunter Lab56.613658.64735.2495
CIE-Lab63.385061.51322.7615

#fb6597 color RGB value is (251,101,151).

#fb6597 hex color red value is 251, green value is 101 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #fb6597 hue: 0.94 , saturation: 0.95 and the lightness value of fb6597 is 0.69.

The process color (four color CMYK) of #fb6597 color hex is 0.00, 0.60, 0.40, 0.02. Web safe color of #fb6597 is #ff6699. Color #fb6597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 10010111
Octal 373 145 227
Decimal 251 101 151
Hex FB 65 97

RGB Percentages of Color #fb6597

%49.90
%20.08
%30.02

CMYK Percentages of Color #fb6597

%0
%60
%40
%2

Triadic Colors of #fb6597

#fb6597 #97fb65 #6597fb

Analogous Colors of #fb6597

#fb6597 #fb7e65 #fb65e2

Monochromatic Colors of #fb6597

#fb6597

Complementary Color

#fb6597 #65fbc9

#fb6597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6597 Color CSS Codes

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

#fb6597 Text Font Color

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

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


#fb6597 Background Color

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

This div background color is #fb6597


#fb6597 Border Color

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

This div border color is #fb6597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6597


Comments

No comments written yet.

Please login to write comment.