Color Hex Logo

#fe3496 Color Hex

#FE3496
(254,52,150)
0 Favorites   0 Comments

Color spaces of #fe3496

RGB 25452150
HSL0.920.990.60
HSV331°80°100°
CMYK 0.000.800.41   0.00
XYZ47.606125.728831.3112
Yxy25.72880.45490.2459
Hunter Lab50.723678.7632-1.0927
CIE-Lab57.778779.0683-4.8062

#fe3496 color RGB value is (254,52,150).

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

The process color (four color CMYK) of #fe3496 color hex is 0.00, 0.80, 0.41, 0.00. Web safe color of #fe3496 is #ff3399. Color #fe3496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110100 10010110
Octal 376 64 226
Decimal 254 52 150
Hex FE 34 96

RGB Percentages of Color #fe3496

%55.70
%11.40
%32.89

CMYK Percentages of Color #fe3496

%0
%80
%41
%0

Triadic Colors of #fe3496

#fe3496 #96fe34 #3496fe

Analogous Colors of #fe3496

#fe3496 #fe3734 #fe34fb

Monochromatic Colors of #fe3496

#fe3496

Complementary Color

#fe3496 #34fe9c

#fe3496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3496 Color CSS Codes

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

#fe3496 Text Font Color

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

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


#fe3496 Background Color

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

This div background color is #fe3496


#fe3496 Border Color

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

This div border color is #fe3496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3496

Related Colors


Comments

No comments written yet.

Please login to write comment.