Color Hex Logo

#f011eb Color Hex

#F011EB
(240,17,235)
0 Favorites   0 Comments

Color spaces of #f011eb

RGB 24017235
HSL0.840.880.50
HSV301°93°94°
CMYK 0.000.930.02   0.06
XYZ51.131024.924380.7132
Yxy24.92430.32620.1590
Hunter Lab49.924295.4472-60.9080
CIE-Lab57.001691.9860-55.1406

#f011eb color RGB value is (240,17,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010001 11101011
Octal 360 21 353
Decimal 240 17 235
Hex F0 11 EB

RGB Percentages of Color #f011eb

%48.78
%3.46
%47.76

CMYK Percentages of Color #f011eb

%0
%93
%2
%6

Triadic Colors of #f011eb

#f011eb #ebf011 #11ebf0

Analogous Colors of #f011eb

#f011eb #f0117c #8611f0

Monochromatic Colors of #f011eb

#f011eb

Complementary Color

#f011eb #11f016

#f011eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f011eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f011eb Color CSS Codes

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

#f011eb Text Font Color

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

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


#f011eb Background Color

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

This div background color is #f011eb


#f011eb Border Color

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

This div border color is #f011eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f011eb


Comments

No comments written yet.

Please login to write comment.