Color Hex Logo

#fe248a Color Hex

#FE248A
(254,36,138)
0 Favorites   0 Comments

Color spaces of #fe248a

RGB 25436138
HSL0.920.990.57
HSV332°86°100°
CMYK 0.000.860.46   0.00
XYZ46.091424.167626.2803
Yxy24.16760.47740.2503
Hunter Lab49.160681.32512.7171
CIE-Lab56.255281.37840.0538

#fe248a color RGB value is (254,36,138).

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

The process color (four color CMYK) of #fe248a color hex is 0.00, 0.86, 0.46, 0.00. Web safe color of #fe248a is #ff3399. Color #fe248a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 10001010
Octal 376 44 212
Decimal 254 36 138
Hex FE 24 8A

RGB Percentages of Color #fe248a

%59.35
%8.41
%32.24

CMYK Percentages of Color #fe248a

%0
%86
%46
%0

Triadic Colors of #fe248a

#fe248a #8afe24 #248afe

Analogous Colors of #fe248a

#fe248a #fe2b24 #fe24f7

Monochromatic Colors of #fe248a

#fe248a

Complementary Color

#fe248a #24fe98

#fe248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe248a Color CSS Codes

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

#fe248a Text Font Color

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

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


#fe248a Background Color

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

This div background color is #fe248a


#fe248a Border Color

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

This div border color is #fe248a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe248a


Comments

No comments written yet.

Please login to write comment.