Color Hex Logo

#f4138a Color Hex

#F4138A
(244,19,138)
0 Favorites   0 Comments

Color spaces of #f4138a

RGB 24419138
HSL0.910.910.52
HSV328°92°96°
CMYK 0.000.920.43   0.04
XYZ42.128521.533825.9808
Yxy21.53380.47000.2402
Hunter Lab46.404580.8439-0.7119
CIE-Lab53.528881.5328-4.1720

#f4138a color RGB value is (244,19,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 10001010
Octal 364 23 212
Decimal 244 19 138
Hex F4 13 8A

RGB Percentages of Color #f4138a

%60.85
%4.74
%34.41

CMYK Percentages of Color #f4138a

%0
%92
%43
%4

Triadic Colors of #f4138a

#f4138a #8af413 #138af4

Analogous Colors of #f4138a

#f4138a #f41319 #ee13f4

Monochromatic Colors of #f4138a

#f4138a

Complementary Color

#f4138a #13f47d

#f4138a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4138a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4138a Color CSS Codes

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

#f4138a Text Font Color

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

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


#f4138a Background Color

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

This div background color is #f4138a


#f4138a Border Color

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

This div border color is #f4138a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4138a


Comments

No comments written yet.

Please login to write comment.