Color Hex Logo

#f21efe Color Hex

#F21EFE
(242,30,254)
0 Favorites   0 Comments

Color spaces of #f21efe

RGB 24230254
HSL0.820.990.56
HSV297°88°100°
CMYK 0.050.880.00   0.00
XYZ54.971626.961596.0727
Yxy26.96150.30880.1515
Hunter Lab51.924598.1073-73.3536
CIE-Lab58.938793.5732-62.6225

#f21efe color RGB value is (242,30,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 00011110 11111110
Octal 362 36 376
Decimal 242 30 254
Hex F2 1E FE

RGB Percentages of Color #f21efe

%46.01
%5.70
%48.29

CMYK Percentages of Color #f21efe

%5
%88
%0
%0

Triadic Colors of #f21efe

#f21efe #fef21e #1efef2

Analogous Colors of #f21efe

#f21efe #fe1e9a #821efe

Monochromatic Colors of #f21efe

#f21efe

Complementary Color

#f21efe #2afe1e

#f21efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f21efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f21efe Color CSS Codes

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

#f21efe Text Font Color

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

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


#f21efe Background Color

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

This div background color is #f21efe


#f21efe Border Color

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

This div border color is #f21efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f21efe

Related Colors


Comments

No comments written yet.

Please login to write comment.