Color Hex Logo

#f000ec Color Hex

#F000EC
(240,0,236)
0 Favorites   0 Comments

Color spaces of #f000ec

RGB 2400236
HSL0.841.000.47
HSV301°100°94°
CMYK 0.001.000.02   0.06
XYZ51.075524.581481.4096
Yxy24.58140.32520.1565
Hunter Lab49.579697.1212-62.6482
CIE-Lab56.665393.2885-56.2395

#f000ec color RGB value is (240,0,236).

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

The process color (four color CMYK) of #f000ec color hex is 0.00, 1.00, 0.02, 0.06. Web safe color of #f000ec is #ff00ff. Color #f000ec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00000000 11101100
Octal 360 0 354
Decimal 240 0 236
Hex F0 0 EC

RGB Percentages of Color #f000ec

%50.42
%0.00
%49.58

CMYK Percentages of Color #f000ec

%0
%100
%2
%6

Triadic Colors of #f000ec

#f000ec #ecf000 #00ecf0

Analogous Colors of #f000ec

#f000ec #f00074 #7c00f0

Monochromatic Colors of #f000ec

#f000ec

Complementary Color

#f000ec #00f004

#f000ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f000ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f000ec Color CSS Codes

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

#f000ec Text Font Color

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

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


#f000ec Background Color

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

This div background color is #f000ec


#f000ec Border Color

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

This div border color is #f000ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f000ec


Comments

No comments written yet.

Please login to write comment.