Color Hex Logo

#fe89ee Color Hex

#FE89EE
(254,137,238)
0 Favorites   0 Comments

Color spaces of #fe89ee

RGB 254137238
HSL0.860.980.77
HSV308°46°100°
CMYK 0.000.460.06   0.00
XYZ65.251345.135286.1618
Yxy45.13520.33200.2296
Hunter Lab67.182755.7985-29.0115
CIE-Lab72.980857.5449-31.5748

#fe89ee color RGB value is (254,137,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10001001 11101110
Octal 376 211 356
Decimal 254 137 238
Hex FE 89 EE

RGB Percentages of Color #fe89ee

%40.38
%21.78
%37.84

CMYK Percentages of Color #fe89ee

%0
%46
%6
%0

Triadic Colors of #fe89ee

#fe89ee #eefe89 #89eefe

Analogous Colors of #fe89ee

#fe89ee #fe89b4 #d489fe

Monochromatic Colors of #fe89ee

#fe89ee

Complementary Color

#fe89ee #89fe99

#fe89ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe89ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe89ee Color CSS Codes

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

#fe89ee Text Font Color

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

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


#fe89ee Background Color

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

This div background color is #fe89ee


#fe89ee Border Color

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

This div border color is #fe89ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe89ee

Related Colors


Comments

No comments written yet.

Please login to write comment.