Color Hex Logo

#fe89ba Color Hex

#FE89BA
(254,137,186)
0 Favorites   0 Comments

Color spaces of #fe89ba

RGB 254137186
HSL0.930.980.77
HSV335°46°100°
CMYK 0.000.460.27   0.00
XYZ58.681642.507351.5662
Yxy42.50730.38420.2783
Hunter Lab65.197646.5644-1.2554
CIE-Lab71.219349.8080-5.5167

#fe89ba color RGB value is (254,137,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 10111010
Octal 376 211 272
Decimal 254 137 186
Hex FE 89 BA

RGB Percentages of Color #fe89ba

%44.02
%23.74
%32.24

CMYK Percentages of Color #fe89ba

%0
%46
%27
%0

Triadic Colors of #fe89ba

#fe89ba #bafe89 #89bafe

Analogous Colors of #fe89ba

#fe89ba #fe9389 #fe89f5

Monochromatic Colors of #fe89ba

#fe89ba

Complementary Color

#fe89ba #89fecd

#fe89ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe89ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe89ba Color CSS Codes

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

#fe89ba Text Font Color

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

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


#fe89ba Background Color

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

This div background color is #fe89ba


#fe89ba Border Color

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

This div border color is #fe89ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,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 #fe89ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe89ba


Comments

No comments written yet.

Please login to write comment.