Color Hex Logo

#f16bef Color Hex

#F16BEF
(241,107,239)
0 Favorites   0 Comments

Color spaces of #f16bef

RGB 241107239
HSL0.840.830.68
HSV301°56°95°
CMYK 0.000.560.01   0.05
XYZ57.113335.448285.4933
Yxy35.44820.32080.1991
Hunter Lab59.538467.0372-43.4598
CIE-Lab66.096168.0633-42.9653

#f16bef color RGB value is (241,107,239).

#f16bef hex color red value is 241, green value is 107 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f16bef hue: 0.84 , saturation: 0.83 and the lightness value of f16bef is 0.68.

The process color (four color CMYK) of #f16bef color hex is 0.00, 0.56, 0.01, 0.05. Web safe color of #f16bef is #ff66ff. Color #f16bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01101011 11101111
Octal 361 153 357
Decimal 241 107 239
Hex F1 6B EF

RGB Percentages of Color #f16bef

%41.06
%18.23
%40.72

CMYK Percentages of Color #f16bef

%0
%56
%1
%5

Triadic Colors of #f16bef

#f16bef #eff16b #6beff1

Analogous Colors of #f16bef

#f16bef #f16bac #b06bf1

Monochromatic Colors of #f16bef

#f16bef

Complementary Color

#f16bef #6bf16d

#f16bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f16bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f16bef Color CSS Codes

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

#f16bef Text Font Color

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

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


#f16bef Background Color

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

This div background color is #f16bef


#f16bef Border Color

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

This div border color is #f16bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f16bef


Comments

No comments written yet.

Please login to write comment.