Color Hex Logo

#f40cbb Color Hex

#F40CBB
(244,12,187)
0 Favorites   0 Comments

Color spaces of #f40cbb

RGB 24412187
HSL0.870.910.50
HSV315°95°96°
CMYK 0.000.950.23   0.04
XYZ46.409323.083949.0233
Yxy23.08390.39160.1948
Hunter Lab48.045788.3404-26.8644
CIE-Lab55.158787.0060-30.6016

#f40cbb color RGB value is (244,12,187).

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

The process color (four color CMYK) of #f40cbb color hex is 0.00, 0.95, 0.23, 0.04. Web safe color of #f40cbb is #ff00cc. Color #f40cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00001100 10111011
Octal 364 14 273
Decimal 244 12 187
Hex F4 C BB

RGB Percentages of Color #f40cbb

%55.08
%2.71
%42.21

CMYK Percentages of Color #f40cbb

%0
%95
%23
%4

Triadic Colors of #f40cbb

#f40cbb #bbf40c #0cbbf4

Analogous Colors of #f40cbb

#f40cbb #f40c47 #b90cf4

Monochromatic Colors of #f40cbb

#f40cbb

Complementary Color

#f40cbb #0cf445

#f40cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40cbb Color CSS Codes

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

#f40cbb Text Font Color

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

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


#f40cbb Background Color

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

This div background color is #f40cbb


#f40cbb Border Color

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

This div border color is #f40cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40cbb


Comments

No comments written yet.

Please login to write comment.