Color Hex Logo

#f4139d Color Hex

#F4139D
(244,19,157)
0 Favorites   0 Comments

Color spaces of #f4139d

RGB 24419157
HSL0.900.910.52
HSV323°92°96°
CMYK 0.000.920.36   0.04
XYZ43.626922.133233.8710
Yxy22.13320.43790.2222
Hunter Lab47.045983.1972-9.7540
CIE-Lab54.168083.2447-14.5352

#f4139d color RGB value is (244,19,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 10011101
Octal 364 23 235
Decimal 244 19 157
Hex F4 13 9D

RGB Percentages of Color #f4139d

%58.10
%4.52
%37.38

CMYK Percentages of Color #f4139d

%0
%92
%36
%4

Triadic Colors of #f4139d

#f4139d #9df413 #139df4

Analogous Colors of #f4139d

#f4139d #f4132c #db13f4

Monochromatic Colors of #f4139d

#f4139d

Complementary Color

#f4139d #13f46a

#f4139d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4139d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4139d Color CSS Codes

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

#f4139d Text Font Color

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

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


#f4139d Background Color

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

This div background color is #f4139d


#f4139d Border Color

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

This div border color is #f4139d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4139d


Comments

No comments written yet.

Please login to write comment.