Color Hex Logo

#fe89eb Color Hex

#FE89EB
(254,137,235)
0 Favorites   0 Comments

Color spaces of #fe89eb

RGB 254137235
HSL0.860.980.77
HSV310°46°100°
CMYK 0.000.460.07   0.00
XYZ64.814144.960383.8594
Yxy44.96030.33470.2322
Hunter Lab67.052455.1995-27.2146
CIE-Lab72.865757.0536-30.1105

#fe89eb color RGB value is (254,137,235).

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

The process color (four color CMYK) of #fe89eb color hex is 0.00, 0.46, 0.07, 0.00. Web safe color of #fe89eb is #ff99ff. Color #fe89eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 11101011
Octal 376 211 353
Decimal 254 137 235
Hex FE 89 EB

RGB Percentages of Color #fe89eb

%40.58
%21.88
%37.54

CMYK Percentages of Color #fe89eb

%0
%46
%7
%0

Triadic Colors of #fe89eb

#fe89eb #ebfe89 #89ebfe

Analogous Colors of #fe89eb

#fe89eb #fe89b1 #d789fe

Monochromatic Colors of #fe89eb

#fe89eb

Complementary Color

#fe89eb #89fe9c

#fe89eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe89eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe89eb Color CSS Codes

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

#fe89eb Text Font Color

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

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


#fe89eb Background Color

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

This div background color is #fe89eb


#fe89eb Border Color

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

This div border color is #fe89eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe89eb


Comments

No comments written yet.

Please login to write comment.