Color Hex Logo

#f01efe Color Hex

#F01EFE
(240,30,254)
0 Favorites   0 Comments

Color spaces of #f01efe

RGB 24030254
HSL0.820.990.56
HSV296°88°100°
CMYK 0.060.880.00   0.00
XYZ54.288826.609696.0408
Yxy26.60960.30680.1504
Hunter Lab51.584597.5850-74.2779
CIE-Lab58.611293.2527-63.1658

#f01efe color RGB value is (240,30,254).

#f01efe hex color red value is 240, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f01efe hue: 0.82 , saturation: 0.99 and the lightness value of f01efe is 0.56.

The process color (four color CMYK) of #f01efe color hex is 0.06, 0.88, 0.00, 0.00. Web safe color of #f01efe is #ff33ff. Color #f01efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011110 11111110
Octal 360 36 376
Decimal 240 30 254
Hex F0 1E FE

RGB Percentages of Color #f01efe

%45.80
%5.73
%48.47

CMYK Percentages of Color #f01efe

%6
%88
%0
%0

Triadic Colors of #f01efe

#f01efe #fef01e #1efef0

Analogous Colors of #f01efe

#f01efe #fe1e9c #801efe

Monochromatic Colors of #f01efe

#f01efe

Complementary Color

#f01efe #2cfe1e

#f01efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01efe Color CSS Codes

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

#f01efe Text Font Color

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

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


#f01efe Background Color

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

This div background color is #f01efe


#f01efe Border Color

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

This div border color is #f01efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01efe


Comments

No comments written yet.

Please login to write comment.