Color Hex Logo

#fe24ee Color Hex

#FE24EE
(254,36,238)
0 Favorites   0 Comments

Color spaces of #fe24ee

RGB 25436238
HSL0.850.990.57
HSV304°86°100°
CMYK 0.000.860.06   0.00
XYZ56.936528.505683.3902
Yxy28.50560.33720.1688
Hunter Lab53.390696.9212-55.2309
CIE-Lab60.342892.4264-51.3593

#fe24ee color RGB value is (254,36,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 11101110
Octal 376 44 356
Decimal 254 36 238
Hex FE 24 EE

RGB Percentages of Color #fe24ee

%48.11
%6.82
%45.08

CMYK Percentages of Color #fe24ee

%0
%86
%6
%0

Triadic Colors of #fe24ee

#fe24ee #eefe24 #24eefe

Analogous Colors of #fe24ee

#fe24ee #fe2481 #a124fe

Monochromatic Colors of #fe24ee

#fe24ee

Complementary Color

#fe24ee #24fe34

#fe24ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe24ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe24ee Color CSS Codes

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

#fe24ee Text Font Color

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

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


#fe24ee Background Color

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

This div background color is #fe24ee


#fe24ee Border Color

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

This div border color is #fe24ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe24ee


Comments

No comments written yet.

Please login to write comment.