Color Hex Logo

#fe298a Color Hex

#FE298A
(254,41,138)
0 Favorites   0 Comments

Color spaces of #fe298a

RGB 25441138
HSL0.920.990.58
HSV333°84°100°
CMYK 0.000.840.46   0.00
XYZ46.253424.491726.3343
Yxy24.49170.47640.2523
Hunter Lab49.489180.22343.0928
CIE-Lab56.576880.45200.5230

#fe298a color RGB value is (254,41,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 10001010
Octal 376 51 212
Decimal 254 41 138
Hex FE 29 8A

RGB Percentages of Color #fe298a

%58.66
%9.47
%31.87

CMYK Percentages of Color #fe298a

%0
%84
%46
%0

Triadic Colors of #fe298a

#fe298a #8afe29 #298afe

Analogous Colors of #fe298a

#fe298a #fe3329 #fe29f5

Monochromatic Colors of #fe298a

#fe298a

Complementary Color

#fe298a #29fe9d

#fe298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe298a Color CSS Codes

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

#fe298a Text Font Color

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

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


#fe298a Background Color

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

This div background color is #fe298a


#fe298a Border Color

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

This div border color is #fe298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe298a

Related Colors


Comments

No comments written yet.

Please login to write comment.