Color Hex Logo

#f146ef Color Hex

#F146EF
(241,70,239)
0 Favorites   0 Comments

Color spaces of #f146ef

RGB 24170239
HSL0.840.860.61
HSV301°71°95°
CMYK 0.000.710.01   0.05
XYZ54.045829.313184.4708
Yxy29.31310.32200.1747
Hunter Lab54.141683.4365-54.6042
CIE-Lab61.057082.0907-50.9149

#f146ef color RGB value is (241,70,239).

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

The process color (four color CMYK) of #f146ef color hex is 0.00, 0.71, 0.01, 0.05. Web safe color of #f146ef is #ff33ff. Color #f146ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01000110 11101111
Octal 361 106 357
Decimal 241 70 239
Hex F1 46 EF

RGB Percentages of Color #f146ef

%43.82
%12.73
%43.45

CMYK Percentages of Color #f146ef

%0
%71
%1
%5

Triadic Colors of #f146ef

#f146ef #eff146 #46eff1

Analogous Colors of #f146ef

#f146ef #f1469a #9e46f1

Monochromatic Colors of #f146ef

#f146ef

Complementary Color

#f146ef #46f148

#f146ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f146ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f146ef Color CSS Codes

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

#f146ef Text Font Color

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

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


#f146ef Background Color

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

This div background color is #f146ef


#f146ef Border Color

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

This div border color is #f146ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f146ef


Comments

No comments written yet.

Please login to write comment.