Color Hex Logo

#f42efe Color Hex

#F42EFE
(244,46,254)
0 Favorites   0 Comments

Color spaces of #f42efe

RGB 24446254
HSL0.830.990.59
HSV297°82°100°
CMYK 0.040.820.00   0.00
XYZ56.174628.342896.2759
Yxy28.34280.31070.1568
Hunter Lab53.238095.1798-69.9539
CIE-Lab60.197291.1655-60.5878

#f42efe color RGB value is (244,46,254).

#f42efe hex color red value is 244, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f42efe hue: 0.83 , saturation: 0.99 and the lightness value of f42efe is 0.59.

The process color (four color CMYK) of #f42efe color hex is 0.04, 0.82, 0.00, 0.00. Web safe color of #f42efe is #ff33ff. Color #f42efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101110 11111110
Octal 364 56 376
Decimal 244 46 254
Hex F4 2E FE

RGB Percentages of Color #f42efe

%44.85
%8.46
%46.69

CMYK Percentages of Color #f42efe

%4
%82
%0
%0

Triadic Colors of #f42efe

#f42efe #fef42e #2efef4

Analogous Colors of #f42efe

#f42efe #fe2ea0 #8c2efe

Monochromatic Colors of #f42efe

#f42efe

Complementary Color

#f42efe #38fe2e

#f42efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42efe Color CSS Codes

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

#f42efe Text Font Color

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

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


#f42efe Background Color

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

This div background color is #f42efe


#f42efe Border Color

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

This div border color is #f42efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42efe

Related Colors


Comments

No comments written yet.

Please login to write comment.