Color Hex Logo

#fb6598 Color Hex

#FB6598
(251,101,152)
0 Favorites   0 Comments

Color spaces of #fb6598

RGB 251101152
HSL0.940.950.69
HSV340°60°98°
CMYK 0.000.600.39   0.02
XYZ50.104832.083633.2577
Yxy32.08360.43400.2779
Hunter Lab56.642458.77364.8374
CIE-Lab63.411961.61642.2254

#fb6598 color RGB value is (251,101,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 10011000
Octal 373 145 230
Decimal 251 101 152
Hex FB 65 98

RGB Percentages of Color #fb6598

%49.80
%20.04
%30.16

CMYK Percentages of Color #fb6598

%0
%60
%39
%2

Triadic Colors of #fb6598

#fb6598 #98fb65 #6598fb

Analogous Colors of #fb6598

#fb6598 #fb7d65 #fb65e3

Monochromatic Colors of #fb6598

#fb6598

Complementary Color

#fb6598 #65fbc8

#fb6598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6598 Color CSS Codes

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

#fb6598 Text Font Color

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

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


#fb6598 Background Color

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

This div background color is #fb6598


#fb6598 Border Color

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

This div border color is #fb6598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6598


Comments

No comments written yet.

Please login to write comment.