Color Hex Logo

#ff89bf Color Hex

#FF89BF
(255,137,191)
0 Favorites   0 Comments

Color spaces of #ff89bf

RGB 255137191
HSL0.921.000.77
HSV333°46°100°
CMYK 0.000.460.25   0.00
XYZ59.589642.912954.4325
Yxy42.91290.37970.2734
Hunter Lab65.507947.7345-3.4103
CIE-Lab71.495850.8007-7.8765

#ff89bf color RGB value is (255,137,191).

#ff89bf hex color red value is 255, green value is 137 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ff89bf hue: 0.92 , saturation: 1.00 and the lightness value of ff89bf is 0.77.

The process color (four color CMYK) of #ff89bf color hex is 0.00, 0.46, 0.25, 0.00. Web safe color of #ff89bf is #ff99cc. Color #ff89bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001001 10111111
Octal 377 211 277
Decimal 255 137 191
Hex FF 89 BF

RGB Percentages of Color #ff89bf

%43.74
%23.50
%32.76

CMYK Percentages of Color #ff89bf

%0
%46
%25
%0

Triadic Colors of #ff89bf

#ff89bf #bfff89 #89bfff

Analogous Colors of #ff89bf

#ff89bf #ff8e89 #ff89fa

Monochromatic Colors of #ff89bf

#ff89bf

Complementary Color

#ff89bf #89ffc9

#ff89bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff89bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff89bf Color CSS Codes

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

#ff89bf Text Font Color

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

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


#ff89bf Background Color

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

This div background color is #ff89bf


#ff89bf Border Color

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

This div border color is #ff89bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff89bf

#ff89bf Color Palettes


Comments

No comments written yet.

Please login to write comment.