Color Hex Logo

#f411ba Color Hex

#F411BA
(244,17,186)
0 Favorites   0 Comments

Color spaces of #f411ba

RGB 24417186
HSL0.880.910.51
HSV315°93°96°
CMYK 0.000.930.24   0.04
XYZ46.371623.179248.4843
Yxy23.17920.39290.1964
Hunter Lab48.144887.6724-26.0068
CIE-Lab55.256486.4778-29.8691

#f411ba color RGB value is (244,17,186).

#f411ba hex color red value is 244, green value is 17 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f411ba hue: 0.88 , saturation: 0.91 and the lightness value of f411ba is 0.51.

The process color (four color CMYK) of #f411ba color hex is 0.00, 0.93, 0.24, 0.04. Web safe color of #f411ba is #ff00cc. Color #f411ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00010001 10111010
Octal 364 21 272
Decimal 244 17 186
Hex F4 11 BA

RGB Percentages of Color #f411ba

%54.59
%3.80
%41.61

CMYK Percentages of Color #f411ba

%0
%93
%24
%4

Triadic Colors of #f411ba

#f411ba #baf411 #11baf4

Analogous Colors of #f411ba

#f411ba #f41148 #bd11f4

Monochromatic Colors of #f411ba

#f411ba

Complementary Color

#f411ba #11f44b

#f411ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f411ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f411ba Color CSS Codes

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

#f411ba Text Font Color

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

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


#f411ba Background Color

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

This div background color is #f411ba


#f411ba Border Color

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

This div border color is #f411ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f411ba


Comments

No comments written yet.

Please login to write comment.