Color Hex Logo

#f41cec Color Hex

#F41CEC
(244,28,236)
0 Favorites   0 Comments

Color spaces of #f41cec

RGB 24428236
HSL0.840.910.53
HSV302°89°96°
CMYK 0.000.890.03   0.04
XYZ52.863826.119781.6123
Yxy26.11970.32920.1626
Hunter Lab51.107495.1963-58.9036
CIE-Lab58.150591.5765-53.8293

#f41cec color RGB value is (244,28,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00011100 11101100
Octal 364 34 354
Decimal 244 28 236
Hex F4 1C EC

RGB Percentages of Color #f41cec

%48.03
%5.51
%46.46

CMYK Percentages of Color #f41cec

%0
%89
%3
%4

Triadic Colors of #f41cec

#f41cec #ecf41c #1cecf4

Analogous Colors of #f41cec

#f41cec #f41c80 #901cf4

Monochromatic Colors of #f41cec

#f41cec

Complementary Color

#f41cec #1cf424

#f41cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f41cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f41cec Color CSS Codes

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

#f41cec Text Font Color

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

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


#f41cec Background Color

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

This div background color is #f41cec


#f41cec Border Color

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

This div border color is #f41cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f41cec


Comments

No comments written yet.

Please login to write comment.