Color Hex Logo

#f41cef Color Hex

#F41CEF
(244,28,239)
0 Favorites   0 Comments

Color spaces of #f41cef

RGB 24428239
HSL0.840.910.53
HSV301°89°96°
CMYK 0.000.890.02   0.04
XYZ53.303526.295683.9275
Yxy26.29560.32600.1608
Hunter Lab51.279295.8077-61.1431
CIE-Lab58.316691.9976-55.2449

#f41cef color RGB value is (244,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011100 11101111
Octal 364 34 357
Decimal 244 28 239
Hex F4 1C EF

RGB Percentages of Color #f41cef

%47.75
%5.48
%46.77

CMYK Percentages of Color #f41cef

%0
%89
%2
%4

Triadic Colors of #f41cef

#f41cef #eff41c #1ceff4

Analogous Colors of #f41cef

#f41cef #f41c83 #8d1cf4

Monochromatic Colors of #f41cef

#f41cef

Complementary Color

#f41cef #1cf421

#f41cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41cef Color CSS Codes

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

#f41cef Text Font Color

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

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


#f41cef Background Color

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

This div background color is #f41cef


#f41cef Border Color

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

This div border color is #f41cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41cef


Comments

No comments written yet.

Please login to write comment.