Color Hex Logo

#fb97eb Color Hex

#FB97EB
(251,151,235)
0 Favorites   0 Comments

Color spaces of #fb97eb

RGB 251151235
HSL0.860.930.79
HSV310°40°98°
CMYK 0.000.400.06   0.02
XYZ65.845748.640684.5154
Yxy48.64060.33090.2444
Hunter Lab69.742846.4758-23.0286
CIE-Lab75.227249.1976-26.5159

#fb97eb color RGB value is (251,151,235).

#fb97eb hex color red value is 251, green value is 151 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fb97eb hue: 0.86 , saturation: 0.93 and the lightness value of fb97eb is 0.79.

The process color (four color CMYK) of #fb97eb color hex is 0.00, 0.40, 0.06, 0.02. Web safe color of #fb97eb is #ff99ff. Color #fb97eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010111 11101011
Octal 373 227 353
Decimal 251 151 235
Hex FB 97 EB

RGB Percentages of Color #fb97eb

%39.40
%23.70
%36.89

CMYK Percentages of Color #fb97eb

%0
%40
%6
%2

Triadic Colors of #fb97eb

#fb97eb #ebfb97 #97ebfb

Analogous Colors of #fb97eb

#fb97eb #fb97b9 #d997fb

Monochromatic Colors of #fb97eb

#fb97eb

Complementary Color

#fb97eb #97fba7

#fb97eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb97eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb97eb Color CSS Codes

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

#fb97eb Text Font Color

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

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


#fb97eb Background Color

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

This div background color is #fb97eb


#fb97eb Border Color

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

This div border color is #fb97eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb97eb


Comments

No comments written yet.

Please login to write comment.