Color Hex Logo

#f040ec Color Hex

#F040EC
(240,64,236)
0 Favorites   0 Comments

Color spaces of #f040ec

RGB 24064236
HSL0.840.850.60
HSV301°73°94°
CMYK 0.000.730.02   0.06
XYZ52.908928.248282.0207
Yxy28.24820.32420.1731
Hunter Lab53.149084.6827-54.2932
CIE-Lab60.112383.2373-50.7494

#f040ec color RGB value is (240,64,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000000 11101100
Octal 360 100 354
Decimal 240 64 236
Hex F0 40 EC

RGB Percentages of Color #f040ec

%44.44
%11.85
%43.70

CMYK Percentages of Color #f040ec

%0
%73
%2
%6

Triadic Colors of #f040ec

#f040ec #ecf040 #40ecf0

Analogous Colors of #f040ec

#f040ec #f04094 #9c40f0

Monochromatic Colors of #f040ec

#f040ec

Complementary Color

#f040ec #40f044

#f040ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f040ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f040ec Color CSS Codes

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

#f040ec Text Font Color

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

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


#f040ec Background Color

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

This div background color is #f040ec


#f040ec Border Color

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

This div border color is #f040ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,64,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f040ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f040ec


Comments

No comments written yet.

Please login to write comment.