Color Hex Logo

#fe24fa Color Hex

#FE24FA
(254,36,250)
0 Favorites   0 Comments

Color spaces of #fe24fa

RGB 25436250
HSL0.840.990.57
HSV301°86°100°
CMYK 0.000.860.02   0.00
XYZ58.759229.234792.9884
Yxy29.23470.32470.1615
Hunter Lab54.069199.3625-64.1189
CIE-Lab60.988294.0950-57.0137

#fe24fa color RGB value is (254,36,250).

#fe24fa hex color red value is 254, green value is 36 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fe24fa hue: 0.84 , saturation: 0.99 and the lightness value of fe24fa is 0.57.

The process color (four color CMYK) of #fe24fa color hex is 0.00, 0.86, 0.02, 0.00. Web safe color of #fe24fa is #ff33ff. Color #fe24fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 11111010
Octal 376 44 372
Decimal 254 36 250
Hex FE 24 FA

RGB Percentages of Color #fe24fa

%47.04
%6.67
%46.30

CMYK Percentages of Color #fe24fa

%0
%86
%2
%0

Triadic Colors of #fe24fa

#fe24fa #fafe24 #24fafe

Analogous Colors of #fe24fa

#fe24fa #fe248d #9524fe

Monochromatic Colors of #fe24fa

#fe24fa

Complementary Color

#fe24fa #24fe28

#fe24fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe24fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe24fa Color CSS Codes

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

#fe24fa Text Font Color

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

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


#fe24fa Background Color

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

This div background color is #fe24fa


#fe24fa Border Color

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

This div border color is #fe24fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe24fa

Related Colors


Comments

No comments written yet.

Please login to write comment.