Color Hex Logo

#fe0293 Color Hex

#FE0293
(254,2,147)
0 Favorites   0 Comments

Color spaces of #fe0293

RGB 2542147
HSL0.900.990.50
HSV325°99°100°
CMYK 0.000.990.42   0.00
XYZ46.161223.220829.6529
Yxy23.22080.46610.2345
Hunter Lab48.188086.6634-2.7531
CIE-Lab55.299085.6980-6.7086

#fe0293 color RGB value is (254,2,147).

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

The process color (four color CMYK) of #fe0293 color hex is 0.00, 0.99, 0.42, 0.00. Web safe color of #fe0293 is #ff0099. Color #fe0293 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 10010011
Octal 376 2 223
Decimal 254 2 147
Hex FE 2 93

RGB Percentages of Color #fe0293

%63.03
%0.50
%36.48

CMYK Percentages of Color #fe0293

%0
%99
%42
%0

Triadic Colors of #fe0293

#fe0293 #93fe02 #0293fe

Analogous Colors of #fe0293

#fe0293 #fe0215 #eb02fe

Monochromatic Colors of #fe0293

#fe0293

Complementary Color

#fe0293 #02fe6d

#fe0293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0293 Color CSS Codes

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

#fe0293 Text Font Color

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

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


#fe0293 Background Color

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

This div background color is #fe0293


#fe0293 Border Color

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

This div border color is #fe0293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0293

Related Colors


Comments

No comments written yet.

Please login to write comment.