Color Hex Logo

#f41abd Color Hex

#F41ABD
(244,26,189)
0 Favorites   0 Comments

Color spaces of #f41abd

RGB 24426189
HSL0.880.910.53
HSV315°89°96°
CMYK 0.000.890.23   0.04
XYZ46.862923.646050.2383
Yxy23.64600.38810.1958
Hunter Lab48.627286.9263-27.2154
CIE-Lab55.731685.8149-30.8698

#f41abd color RGB value is (244,26,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011010 10111101
Octal 364 32 275
Decimal 244 26 189
Hex F4 1A BD

RGB Percentages of Color #f41abd

%53.16
%5.66
%41.18

CMYK Percentages of Color #f41abd

%0
%89
%23
%4

Triadic Colors of #f41abd

#f41abd #bdf41a #1abdf4

Analogous Colors of #f41abd

#f41abd #f41a50 #be1af4

Monochromatic Colors of #f41abd

#f41abd

Complementary Color

#f41abd #1af451

#f41abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41abd Color CSS Codes

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

#f41abd Text Font Color

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

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


#f41abd Background Color

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

This div background color is #f41abd


#f41abd Border Color

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

This div border color is #f41abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41abd


Comments

No comments written yet.

Please login to write comment.