Color Hex Logo

#f040ef Color Hex

#F040EF
(240,64,239)
0 Favorites   0 Comments

Color spaces of #f040ef

RGB 24064239
HSL0.830.850.60
HSV300°73°94°
CMYK 0.000.730.00   0.06
XYZ53.348628.424184.3360
Yxy28.42410.32120.1711
Hunter Lab53.314385.3150-56.4688
CIE-Lab60.270083.6940-52.1740

#f040ef color RGB value is (240,64,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 11101111
Octal 360 100 357
Decimal 240 64 239
Hex F0 40 EF

RGB Percentages of Color #f040ef

%44.20
%11.79
%44.01

CMYK Percentages of Color #f040ef

%0
%73
%0
%6

Triadic Colors of #f040ef

#f040ef #eff040 #40eff0

Analogous Colors of #f040ef

#f040ef #f04097 #9940f0

Monochromatic Colors of #f040ef

#f040ef

Complementary Color

#f040ef #40f041

#f040ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f040ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f040ef Color CSS Codes

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

#f040ef Text Font Color

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

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


#f040ef Background Color

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

This div background color is #f040ef


#f040ef Border Color

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

This div border color is #f040ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f040ef


Comments

No comments written yet.

Please login to write comment.