Color Hex Logo

#f014ed Color Hex

#F014ED
(240,20,237)
0 Favorites   0 Comments

Color spaces of #f014ed

RGB 24020237
HSL0.840.880.51
HSV301°92°94°
CMYK 0.000.920.01   0.06
XYZ51.471425.140082.2604
Yxy25.14000.32400.1582
Hunter Lab50.139895.4959-62.1745
CIE-Lab57.211691.9813-55.9278

#f014ed color RGB value is (240,20,237).

#f014ed hex color red value is 240, green value is 20 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f014ed hue: 0.84 , saturation: 0.88 and the lightness value of f014ed is 0.51.

The process color (four color CMYK) of #f014ed color hex is 0.00, 0.92, 0.01, 0.06. Web safe color of #f014ed is #ff00ff. Color #f014ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 11101101
Octal 360 24 355
Decimal 240 20 237
Hex F0 14 ED

RGB Percentages of Color #f014ed

%48.29
%4.02
%47.69

CMYK Percentages of Color #f014ed

%0
%92
%1
%6

Triadic Colors of #f014ed

#f014ed #edf014 #14edf0

Analogous Colors of #f014ed

#f014ed #f0147f #8514f0

Monochromatic Colors of #f014ed

#f014ed

Complementary Color

#f014ed #14f017

#f014ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f014ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f014ed Color CSS Codes

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

#f014ed Text Font Color

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

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


#f014ed Background Color

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

This div background color is #f014ed


#f014ed Border Color

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

This div border color is #f014ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f014ed


Comments

No comments written yet.

Please login to write comment.