Color Hex Logo

#fe4988 Color Hex

#FE4988
(254,73,136)
0 Favorites   0 Comments

Color spaces of #fe4988

RGB 25473136
HSL0.940.990.64
HSV339°71°100°
CMYK 0.000.710.46   0.00
XYZ47.699527.613526.1084
Yxy27.61350.47030.2723
Hunter Lab52.548570.06857.3261
CIE-Lab59.537971.74505.9858

#fe4988 color RGB value is (254,73,136).

#fe4988 hex color red value is 254, green value is 73 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #fe4988 hue: 0.94 , saturation: 0.99 and the lightness value of fe4988 is 0.64.

The process color (four color CMYK) of #fe4988 color hex is 0.00, 0.71, 0.46, 0.00. Web safe color of #fe4988 is #ff3399. Color #fe4988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001001 10001000
Octal 376 111 210
Decimal 254 73 136
Hex FE 49 88

RGB Percentages of Color #fe4988

%54.86
%15.77
%29.37

CMYK Percentages of Color #fe4988

%0
%71
%46
%0

Triadic Colors of #fe4988

#fe4988 #88fe49 #4988fe

Analogous Colors of #fe4988

#fe4988 #fe6549 #fe49e3

Monochromatic Colors of #fe4988

#fe4988

Complementary Color

#fe4988 #49febf

#fe4988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4988 Color CSS Codes

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

#fe4988 Text Font Color

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

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


#fe4988 Background Color

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

This div background color is #fe4988


#fe4988 Border Color

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

This div border color is #fe4988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4988

Related Colors


Comments

No comments written yet.

Please login to write comment.