Color Hex Logo

#fe89be Color Hex

#FE89BE
(254,137,190)
0 Favorites   0 Comments

Color spaces of #fe89be

RGB 254137190
HSL0.920.980.77
HSV333°46°100°
CMYK 0.000.460.25   0.00
XYZ59.113042.679953.8376
Yxy42.67990.37980.2742
Hunter Lab65.329947.1865-3.1293
CIE-Lab71.337250.3406-7.5696

#fe89be color RGB value is (254,137,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 10111110
Octal 376 211 276
Decimal 254 137 190
Hex FE 89 BE

RGB Percentages of Color #fe89be

%43.72
%23.58
%32.70

CMYK Percentages of Color #fe89be

%0
%46
%25
%0

Triadic Colors of #fe89be

#fe89be #befe89 #89befe

Analogous Colors of #fe89be

#fe89be #fe8f89 #fe89f9

Monochromatic Colors of #fe89be

#fe89be

Complementary Color

#fe89be #89fec9

#fe89be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe89be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe89be Color CSS Codes

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

#fe89be Text Font Color

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

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


#fe89be Background Color

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

This div background color is #fe89be


#fe89be Border Color

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

This div border color is #fe89be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe89be


Comments

No comments written yet.

Please login to write comment.