Color Hex Logo

#f4135b Color Hex

#F4135B
(244,19,91)
0 Favorites   0 Comments

Color spaces of #f4135b

RGB 2441991
HSL0.950.910.52
HSV341°92°96°
CMYK 0.000.920.63   0.04
XYZ39.429420.454211.7674
Yxy20.45420.55030.2855
Hunter Lab45.226376.474616.2318
CIE-Lab52.346978.305522.5737

#f4135b color RGB value is (244,19,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010011 01011011
Octal 364 23 133
Decimal 244 19 91
Hex F4 13 5B

RGB Percentages of Color #f4135b

%68.93
%5.37
%25.71

CMYK Percentages of Color #f4135b

%0
%92
%63
%4

Triadic Colors of #f4135b

#f4135b #5bf413 #135bf4

Analogous Colors of #f4135b

#f4135b #f43c13 #f413cc

Monochromatic Colors of #f4135b

#f4135b

Complementary Color

#f4135b #13f4ac

#f4135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4135b Color CSS Codes

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

#f4135b Text Font Color

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

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


#f4135b Background Color

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

This div background color is #f4135b


#f4135b Border Color

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

This div border color is #f4135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4135b


Comments

No comments written yet.

Please login to write comment.