Color Hex Logo

#fe488b Color Hex

#FE488B
(254,72,139)
0 Favorites   0 Comments

Color spaces of #fe488b

RGB 25472139
HSL0.940.990.64
HSV338°72°100°
CMYK 0.000.720.45   0.00
XYZ47.850627.569627.2256
Yxy27.56960.46620.2686
Hunter Lab52.506870.78436.0119
CIE-Lab59.497972.33674.1692

#fe488b color RGB value is (254,72,139).

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

The process color (four color CMYK) of #fe488b color hex is 0.00, 0.72, 0.45, 0.00. Web safe color of #fe488b is #ff3399. Color #fe488b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001000 10001011
Octal 376 110 213
Decimal 254 72 139
Hex FE 48 8B

RGB Percentages of Color #fe488b

%54.62
%15.48
%29.89

CMYK Percentages of Color #fe488b

%0
%72
%45
%0

Triadic Colors of #fe488b

#fe488b #8bfe48 #488bfe

Analogous Colors of #fe488b

#fe488b #fe6048 #fe48e6

Monochromatic Colors of #fe488b

#fe488b

Complementary Color

#fe488b #48febb

#fe488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe488b Color CSS Codes

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

#fe488b Text Font Color

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

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


#fe488b Background Color

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

This div background color is #fe488b


#fe488b Border Color

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

This div border color is #fe488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe488b

Related Colors


Comments

No comments written yet.

Please login to write comment.