Color Hex Logo

#fb89ed Color Hex

#FB89ED
(251,137,237)
0 Favorites   0 Comments

Color spaces of #fb89ed

RGB 251137237
HSL0.850.930.76
HSV307°45°98°
CMYK 0.000.450.06   0.02
XYZ64.015444.515085.3390
Yxy44.51500.33020.2296
Hunter Lab66.719654.5061-29.1324
CIE-Lab72.571456.5071-31.6900

#fb89ed color RGB value is (251,137,237).

#fb89ed hex color red value is 251, green value is 137 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fb89ed hue: 0.85 , saturation: 0.93 and the lightness value of fb89ed is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10001001 11101101
Octal 373 211 355
Decimal 251 137 237
Hex FB 89 ED

RGB Percentages of Color #fb89ed

%40.16
%21.92
%37.92

CMYK Percentages of Color #fb89ed

%0
%45
%6
%2

Triadic Colors of #fb89ed

#fb89ed #edfb89 #89edfb

Analogous Colors of #fb89ed

#fb89ed #fb89b4 #d089fb

Monochromatic Colors of #fb89ed

#fb89ed

Complementary Color

#fb89ed #89fb97

#fb89ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb89ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb89ed Color CSS Codes

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

#fb89ed Text Font Color

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

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


#fb89ed Background Color

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

This div background color is #fb89ed


#fb89ed Border Color

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

This div border color is #fb89ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb89ed


Comments

No comments written yet.

Please login to write comment.