Color Hex Logo

#ff049e Color Hex

#FF049E
(255,4,158)
0 Favorites   0 Comments

Color spaces of #ff049e

RGB 2554158
HSL0.901.000.51
HSV323°98°100°
CMYK 0.000.980.38   0.00
XYZ47.455023.815534.4434
Yxy23.81550.44890.2253
Hunter Lab48.801188.1743-7.6856
CIE-Lab55.902686.7345-12.3037

#ff049e color RGB value is (255,4,158).

#ff049e hex color red value is 255, green value is 4 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ff049e hue: 0.90 , saturation: 1.00 and the lightness value of ff049e is 0.51.

The process color (four color CMYK) of #ff049e color hex is 0.00, 0.98, 0.38, 0.00. Web safe color of #ff049e is #ff0099. Color #ff049e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 00000100 10011110
Octal 377 4 236
Decimal 255 4 158
Hex FF 4 9E

RGB Percentages of Color #ff049e

%61.15
%0.96
%37.89

CMYK Percentages of Color #ff049e

%0
%98
%38
%0

Triadic Colors of #ff049e

#ff049e #9eff04 #049eff

Analogous Colors of #ff049e

#ff049e #ff0421 #e304ff

Monochromatic Colors of #ff049e

#ff049e

Complementary Color

#ff049e #04ff65

#ff049e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff049e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff049e Color CSS Codes

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

#ff049e Text Font Color

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

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


#ff049e Background Color

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

This div background color is #ff049e


#ff049e Border Color

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

This div border color is #ff049e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff049e


Comments

No comments written yet.

Please login to write comment.