Color Hex Logo

#f014eb Color Hex

#F014EB
(240,20,235)
0 Favorites   0 Comments

Color spaces of #f014eb

RGB 24020235
HSL0.840.880.51
HSV301°92°94°
CMYK 0.000.920.02   0.06
XYZ51.180725.023780.7298
Yxy25.02370.32610.1595
Hunter Lab50.023795.0871-60.6675
CIE-Lab57.098591.6999-54.9859

#f014eb color RGB value is (240,20,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010100 11101011
Octal 360 24 353
Decimal 240 20 235
Hex F0 14 EB

RGB Percentages of Color #f014eb

%48.48
%4.04
%47.47

CMYK Percentages of Color #f014eb

%0
%92
%2
%6

Triadic Colors of #f014eb

#f014eb #ebf014 #14ebf0

Analogous Colors of #f014eb

#f014eb #f0147d #8714f0

Monochromatic Colors of #f014eb

#f014eb

Complementary Color

#f014eb #14f019

#f014eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f014eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f014eb Color CSS Codes

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

#f014eb Text Font Color

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

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


#f014eb Background Color

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

This div background color is #f014eb


#f014eb Border Color

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

This div border color is #f014eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f014eb


Comments

No comments written yet.

Please login to write comment.