Color Hex Logo

#f41bef Color Hex

#F41BEF
(244,27,239)
0 Favorites   0 Comments

Color spaces of #f41bef

RGB 24427239
HSL0.840.910.53
HSV301°89°96°
CMYK 0.000.890.02   0.04
XYZ53.280126.249083.9197
Yxy26.24900.32600.1606
Hunter Lab51.233895.9703-61.2520
CIE-Lab58.272692.1266-55.3150

#f41bef color RGB value is (244,27,239).

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

The process color (four color CMYK) of #f41bef color hex is 0.00, 0.89, 0.02, 0.04. Web safe color of #f41bef is #ff33ff. Color #f41bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011011 11101111
Octal 364 33 357
Decimal 244 27 239
Hex F4 1B EF

RGB Percentages of Color #f41bef

%47.84
%5.29
%46.86

CMYK Percentages of Color #f41bef

%0
%89
%2
%4

Triadic Colors of #f41bef

#f41bef #eff41b #1beff4

Analogous Colors of #f41bef

#f41bef #f41b83 #8d1bf4

Monochromatic Colors of #f41bef

#f41bef

Complementary Color

#f41bef #1bf420

#f41bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41bef Color CSS Codes

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

#f41bef Text Font Color

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

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


#f41bef Background Color

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

This div background color is #f41bef


#f41bef Border Color

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

This div border color is #f41bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41bef

Related Colors


Comments

No comments written yet.

Please login to write comment.