Color Hex Logo

#ff89ba Color Hex

#FF89BA
(255,137,186)
0 Favorites   0 Comments

Color spaces of #ff89ba

RGB 255137186
HSL0.931.000.77
HSV335°46°100°
CMYK 0.000.460.27   0.00
XYZ59.048642.696551.5834
Yxy42.69650.38510.2785
Hunter Lab65.342646.9570-1.0655
CIE-Lab71.348550.1367-5.3113

#ff89ba color RGB value is (255,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001001 10111010
Octal 377 211 272
Decimal 255 137 186
Hex FF 89 BA

RGB Percentages of Color #ff89ba

%44.12
%23.70
%32.18

CMYK Percentages of Color #ff89ba

%0
%46
%27
%0

Triadic Colors of #ff89ba

#ff89ba #baff89 #89baff

Analogous Colors of #ff89ba

#ff89ba #ff9389 #ff89f5

Monochromatic Colors of #ff89ba

#ff89ba

Complementary Color

#ff89ba #89ffce

#ff89ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff89ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff89ba Color CSS Codes

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

#ff89ba Text Font Color

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

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


#ff89ba Background Color

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

This div background color is #ff89ba


#ff89ba Border Color

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

This div border color is #ff89ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff89ba

Related Colors

#ff89ba Color Palettes


Comments

No comments written yet.

Please login to write comment.