Color Hex Logo

#f4137e Color Hex

#F4137E
(244,19,126)
0 Favorites   0 Comments

Color spaces of #f4137e

RGB 24419126
HSL0.920.910.52
HSV331°92°96°
CMYK 0.000.920.48   0.04
XYZ41.307021.205221.6546
Yxy21.20520.49080.2519
Hunter Lab46.049179.53234.3532
CIE-Lab53.173380.57082.5225

#f4137e color RGB value is (244,19,126).

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

The process color (four color CMYK) of #f4137e color hex is 0.00, 0.92, 0.48, 0.04. Web safe color of #f4137e is #ff0066. Color #f4137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 01111110
Octal 364 23 176
Decimal 244 19 126
Hex F4 13 7E

RGB Percentages of Color #f4137e

%62.72
%4.88
%32.39

CMYK Percentages of Color #f4137e

%0
%92
%48
%4

Triadic Colors of #f4137e

#f4137e #7ef413 #137ef4

Analogous Colors of #f4137e

#f4137e #f41913 #f413ef

Monochromatic Colors of #f4137e

#f4137e

Complementary Color

#f4137e #13f489

#f4137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4137e Color CSS Codes

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

#f4137e Text Font Color

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

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


#f4137e Background Color

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

This div background color is #f4137e


#f4137e Border Color

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

This div border color is #f4137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4137e


Comments

No comments written yet.

Please login to write comment.