Color Hex Logo

#f40b8c Color Hex

#F40B8C
(244,11,140)
0 Favorites   0 Comments

Color spaces of #f40b8c

RGB 24411140
HSL0.910.910.50
HSV327°95°96°
CMYK 0.000.950.43   0.04
XYZ42.161521.365926.7128
Yxy21.36590.46720.2368
Hunter Lab46.223381.9240-1.9079
CIE-Lab53.347682.4133-5.6386

#f40b8c color RGB value is (244,11,140).

#f40b8c hex color red value is 244, green value is 11 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #f40b8c hue: 0.91 , saturation: 0.91 and the lightness value of f40b8c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001011 10001100
Octal 364 13 214
Decimal 244 11 140
Hex F4 B 8C

RGB Percentages of Color #f40b8c

%61.77
%2.78
%35.44

CMYK Percentages of Color #f40b8c

%0
%95
%43
%4

Triadic Colors of #f40b8c

#f40b8c #8cf40b #0b8cf4

Analogous Colors of #f40b8c

#f40b8c #f40b17 #e80bf4

Monochromatic Colors of #f40b8c

#f40b8c

Complementary Color

#f40b8c #0bf473

#f40b8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40b8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40b8c Color CSS Codes

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

#f40b8c Text Font Color

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

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


#f40b8c Background Color

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

This div background color is #f40b8c


#f40b8c Border Color

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

This div border color is #f40b8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40b8c


Comments

No comments written yet.

Please login to write comment.