Color Hex Logo

#fe4588 Color Hex

#FE4588
(254,69,136)
0 Favorites   0 Comments

Color spaces of #fe4588

RGB 25469136
HSL0.940.990.63
HSV338°73°100°
CMYK 0.000.730.46   0.00
XYZ47.445127.104626.0236
Yxy27.10460.47170.2695
Hunter Lab52.062171.56166.8069
CIE-Lab59.071073.04995.3155

#fe4588 color RGB value is (254,69,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000101 10001000
Octal 376 105 210
Decimal 254 69 136
Hex FE 45 88

RGB Percentages of Color #fe4588

%55.34
%15.03
%29.63

CMYK Percentages of Color #fe4588

%0
%73
%46
%0

Triadic Colors of #fe4588

#fe4588 #88fe45 #4588fe

Analogous Colors of #fe4588

#fe4588 #fe5f45 #fe45e5

Monochromatic Colors of #fe4588

#fe4588

Complementary Color

#fe4588 #45febb

#fe4588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4588 Color CSS Codes

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

#fe4588 Text Font Color

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

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


#fe4588 Background Color

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

This div background color is #fe4588


#fe4588 Border Color

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

This div border color is #fe4588


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,69,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 #fe4588">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4588

Related Colors


Comments

No comments written yet.

Please login to write comment.