Color Hex Logo

#fe149e Color Hex

#FE149E
(254,20,158)
0 Favorites   0 Comments

Color spaces of #fe149e

RGB 25420158
HSL0.900.990.54
HSV325°92°100°
CMYK 0.000.920.38   0.00
XYZ47.294824.039834.4952
Yxy24.03980.44690.2272
Hunter Lab49.030486.3782-7.3920
CIE-Lab56.127685.3177-11.9840

#fe149e color RGB value is (254,20,158).

#fe149e hex color red value is 254, green value is 20 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fe149e hue: 0.90 , saturation: 0.99 and the lightness value of fe149e is 0.54.

The process color (four color CMYK) of #fe149e color hex is 0.00, 0.92, 0.38, 0.00. Web safe color of #fe149e is #ff0099. Color #fe149e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 10011110
Octal 376 24 236
Decimal 254 20 158
Hex FE 14 9E

RGB Percentages of Color #fe149e

%58.80
%4.63
%36.57

CMYK Percentages of Color #fe149e

%0
%92
%38
%0

Triadic Colors of #fe149e

#fe149e #9efe14 #149efe

Analogous Colors of #fe149e

#fe149e #fe1429 #e914fe

Monochromatic Colors of #fe149e

#fe149e

Complementary Color

#fe149e #14fe74

#fe149e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe149e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe149e Color CSS Codes

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

#fe149e Text Font Color

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

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


#fe149e Background Color

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

This div background color is #fe149e


#fe149e Border Color

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

This div border color is #fe149e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe149e

Related Colors


Comments

No comments written yet.

Please login to write comment.