Color Hex Logo

#f46cfe Color Hex

#F46CFE
(244,108,254)
0 Favorites   0 Comments

Color spaces of #f46cfe

RGB 244108254
HSL0.820.990.71
HSV296°57°100°
CMYK 0.040.570.00   0.00
XYZ60.560237.114097.7378
Yxy37.11400.30990.1899
Hunter Lab60.921370.8299-52.4758
CIE-Lab67.362570.9278-49.2006

#f46cfe color RGB value is (244,108,254).

#f46cfe hex color red value is 244, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f46cfe hue: 0.82 , saturation: 0.99 and the lightness value of f46cfe is 0.71.

The process color (four color CMYK) of #f46cfe color hex is 0.04, 0.57, 0.00, 0.00. Web safe color of #f46cfe is #ff66ff. Color #f46cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101100 11111110
Octal 364 154 376
Decimal 244 108 254
Hex F4 6C FE

RGB Percentages of Color #f46cfe

%40.26
%17.82
%41.91

CMYK Percentages of Color #f46cfe

%4
%57
%0
%0

Triadic Colors of #f46cfe

#f46cfe #fef46c #6cfef4

Analogous Colors of #f46cfe

#f46cfe #fe6cbf #ab6cfe

Monochromatic Colors of #f46cfe

#f46cfe

Complementary Color

#f46cfe #76fe6c

#f46cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46cfe Color CSS Codes

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

#f46cfe Text Font Color

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

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


#f46cfe Background Color

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

This div background color is #f46cfe


#f46cfe Border Color

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

This div border color is #f46cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.