Color Hex Logo

#fe489b Color Hex

#FE489B
(254,72,155)
0 Favorites   0 Comments

Color spaces of #fe489b

RGB 25472155
HSL0.920.990.64
HSV333°72°100°
CMYK 0.000.720.39   0.00
XYZ49.106828.072133.8406
Yxy28.07210.44230.2529
Hunter Lab52.983172.7203-0.7807
CIE-Lab59.953873.8222-4.5191

#fe489b color RGB value is (254,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001000 10011011
Octal 376 110 233
Decimal 254 72 155
Hex FE 48 9B

RGB Percentages of Color #fe489b

%52.81
%14.97
%32.22

CMYK Percentages of Color #fe489b

%0
%72
%39
%0

Triadic Colors of #fe489b

#fe489b #9bfe48 #489bfe

Analogous Colors of #fe489b

#fe489b #fe5048 #fe48f6

Monochromatic Colors of #fe489b

#fe489b

Complementary Color

#fe489b #48feab

#fe489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe489b Color CSS Codes

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

#fe489b Text Font Color

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

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


#fe489b Background Color

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

This div background color is #fe489b


#fe489b Border Color

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

This div border color is #fe489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe489b

Related Colors


Comments

No comments written yet.

Please login to write comment.