Color Hex Logo

#f4139e Color Hex

#F4139E
(244,19,158)
0 Favorites   0 Comments

Color spaces of #f4139e

RGB 24419158
HSL0.900.910.52
HSV323°92°96°
CMYK 0.000.920.35   0.04
XYZ43.712722.167534.3226
Yxy22.16750.43620.2212
Hunter Lab47.082483.3306-10.2642
CIE-Lab54.204383.3412-15.0723

#f4139e color RGB value is (244,19,158).

#f4139e hex color red value is 244, green value is 19 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f4139e hue: 0.90 , saturation: 0.91 and the lightness value of f4139e is 0.52.

The process color (four color CMYK) of #f4139e color hex is 0.00, 0.92, 0.35, 0.04. Web safe color of #f4139e is #ff0099. Color #f4139e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 10011110
Octal 364 23 236
Decimal 244 19 158
Hex F4 13 9E

RGB Percentages of Color #f4139e

%57.96
%4.51
%37.53

CMYK Percentages of Color #f4139e

%0
%92
%35
%4

Triadic Colors of #f4139e

#f4139e #9ef413 #139ef4

Analogous Colors of #f4139e

#f4139e #f4132d #da13f4

Monochromatic Colors of #f4139e

#f4139e

Complementary Color

#f4139e #13f469

#f4139e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4139e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4139e Color CSS Codes

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

#f4139e Text Font Color

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

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


#f4139e Background Color

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

This div background color is #f4139e


#f4139e Border Color

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

This div border color is #f4139e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4139e


Comments

No comments written yet.

Please login to write comment.