Color Hex Logo

#f41aba Color Hex

#F41ABA
(244,26,186)
0 Favorites   0 Comments

Color spaces of #f41aba

RGB 24426186
HSL0.880.910.53
HSV316°89°96°
CMYK 0.000.890.24   0.04
XYZ46.540523.517148.5407
Yxy23.51710.39240.1983
Hunter Lab48.494486.4426-25.4005
CIE-Lab55.601085.4698-29.3342

#f41aba color RGB value is (244,26,186).

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

The process color (four color CMYK) of #f41aba color hex is 0.00, 0.89, 0.24, 0.04. Web safe color of #f41aba is #ff33cc. Color #f41aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011010 10111010
Octal 364 32 272
Decimal 244 26 186
Hex F4 1A BA

RGB Percentages of Color #f41aba

%53.51
%5.70
%40.79

CMYK Percentages of Color #f41aba

%0
%89
%24
%4

Triadic Colors of #f41aba

#f41aba #baf41a #1abaf4

Analogous Colors of #f41aba

#f41aba #f41a4d #c11af4

Monochromatic Colors of #f41aba

#f41aba

Complementary Color

#f41aba #1af454

#f41aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41aba Color CSS Codes

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

#f41aba Text Font Color

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

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


#f41aba Background Color

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

This div background color is #f41aba


#f41aba Border Color

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

This div border color is #f41aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,26,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 #f41aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41aba


Comments

No comments written yet.

Please login to write comment.