Color Hex Logo

#fe4293 Color Hex

#FE4293
(254,66,147)
0 Favorites   0 Comments

Color spaces of #fe4293

RGB 25466147
HSL0.930.990.63
HSV334°74°100°
CMYK 0.000.740.42   0.00
XYZ48.087727.073830.2950
Yxy27.07380.45600.2567
Hunter Lab52.032573.91031.9022
CIE-Lab59.042674.9552-1.1833

#fe4293 color RGB value is (254,66,147).

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

The process color (four color CMYK) of #fe4293 color hex is 0.00, 0.74, 0.42, 0.00. Web safe color of #fe4293 is #ff3399. Color #fe4293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 10010011
Octal 376 102 223
Decimal 254 66 147
Hex FE 42 93

RGB Percentages of Color #fe4293

%54.39
%14.13
%31.48

CMYK Percentages of Color #fe4293

%0
%74
%42
%0

Triadic Colors of #fe4293

#fe4293 #93fe42 #4293fe

Analogous Colors of #fe4293

#fe4293 #fe4f42 #fe42f1

Monochromatic Colors of #fe4293

#fe4293

Complementary Color

#fe4293 #42fead

#fe4293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4293 Color CSS Codes

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

#fe4293 Text Font Color

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

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


#fe4293 Background Color

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

This div background color is #fe4293


#fe4293 Border Color

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

This div border color is #fe4293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4293

Related Colors


Comments

No comments written yet.

Please login to write comment.