color codes Logo

#fe4b8e color codes

#FE4B8E
(254,75,142)
0 Favorites   0 Comments

Color spaces of #fe4b8e

RGB 25475142
HSL0.940.990.65
HSV338°70°100°
CMYK 0.000.700.44   0.00
XYZ48.271628.056028.4623
Yxy28.05600.46070.2677
Hunter Lab52.967969.97975.2181
CIE-Lab59.939371.59723.0506

#fe4b8e color RGB value is (254,75,142).

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

The process color (four color CMYK) of #fe4b8e color code is 0.00, 0.70, 0.44, 0.00. Web safe color of #fe4b8e is #ff3399. Color #fe4b8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001011 10001110
Octal 376 113 216
Decimal 254 75 142
Hex FE 4B 8E

RGB Percentages of Color #fe4b8e

%53.93
%15.92
%30.15

CMYK Percentages of Color #fe4b8e

%0
%70
%44
%0

Triadic Colors of #fe4b8e

#fe4b8e #8efe4b #4b8efe

Analogous Colors of #fe4b8e

#fe4b8e #fe624b #fe4be8

Monochromatic Colors of #fe4b8e

#fe4b8e

Complementary Color

#fe4b8e #4bfebb

#fe4b8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4b8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4b8e Color CSS Codes

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

#fe4b8e Text Font Color

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

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


#fe4b8e Background Color

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

This div background color is #fe4b8e


#fe4b8e Border Color

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

This div border color is #fe4b8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4b8e

Related Colors


Comments

No comments written yet.

Please login to write comment.