Color Hex Logo

#f16efe Color Hex

#F16EFE
(241,110,254)
0 Favorites   0 Comments

Color spaces of #f16efe

RGB 241110254
HSL0.820.990.71
HSV295°57°100°
CMYK 0.050.570.00   0.00
XYZ59.741037.008497.7606
Yxy37.00840.30710.1903
Hunter Lab60.834568.8310-52.6944
CIE-Lab67.283369.3201-49.3520

#f16efe color RGB value is (241,110,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101110 11111110
Octal 361 156 376
Decimal 241 110 254
Hex F1 6E FE

RGB Percentages of Color #f16efe

%39.83
%18.18
%41.98

CMYK Percentages of Color #f16efe

%5
%57
%0
%0

Triadic Colors of #f16efe

#f16efe #fef16e #6efef1

Analogous Colors of #f16efe

#f16efe #fe6ec3 #a96efe

Monochromatic Colors of #f16efe

#f16efe

Complementary Color

#f16efe #7bfe6e

#f16efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16efe Color CSS Codes

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

#f16efe Text Font Color

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

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


#f16efe Background Color

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

This div background color is #f16efe


#f16efe Border Color

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

This div border color is #f16efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16efe

Related Colors


Comments

No comments written yet.

Please login to write comment.