Color Hex Logo

#f046ef Color Hex

#F046EF
(240,70,239)
0 Favorites   0 Comments

Color spaces of #f046ef

RGB 24070239
HSL0.830.850.61
HSV300°71°94°
CMYK 0.000.710.00   0.06
XYZ53.705329.137684.4549
Yxy29.13760.32100.1742
Hunter Lab53.979383.1304-54.9785
CIE-Lab60.902981.8832-51.1691

#f046ef color RGB value is (240,70,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000110 11101111
Octal 360 106 357
Decimal 240 70 239
Hex F0 46 EF

RGB Percentages of Color #f046ef

%43.72
%12.75
%43.53

CMYK Percentages of Color #f046ef

%0
%71
%0
%6

Triadic Colors of #f046ef

#f046ef #eff046 #46eff0

Analogous Colors of #f046ef

#f046ef #f0469a #9c46f0

Monochromatic Colors of #f046ef

#f046ef

Complementary Color

#f046ef #46f047

#f046ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f046ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f046ef Color CSS Codes

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

#f046ef Text Font Color

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

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


#f046ef Background Color

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

This div background color is #f046ef


#f046ef Border Color

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

This div border color is #f046ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f046ef


Comments

No comments written yet.

Please login to write comment.