Color Hex Logo

#fe148d Color Hex

#FE148D
(254,20,141)
0 Favorites   0 Comments

Color spaces of #fe148d

RGB 25420141
HSL0.910.990.54
HSV329°92°100°
CMYK 0.000.920.44   0.00
XYZ45.930923.494227.3133
Yxy23.49420.47480.2429
Hunter Lab48.470884.32250.5197
CIE-Lab55.577883.8418-2.7248

#fe148d color RGB value is (254,20,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 10001101
Octal 376 24 215
Decimal 254 20 141
Hex FE 14 8D

RGB Percentages of Color #fe148d

%61.20
%4.82
%33.98

CMYK Percentages of Color #fe148d

%0
%92
%44
%0

Triadic Colors of #fe148d

#fe148d #8dfe14 #148dfe

Analogous Colors of #fe148d

#fe148d #fe1418 #fa14fe

Monochromatic Colors of #fe148d

#fe148d

Complementary Color

#fe148d #14fe85

#fe148d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe148d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe148d Color CSS Codes

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

#fe148d Text Font Color

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

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


#fe148d Background Color

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

This div background color is #fe148d


#fe148d Border Color

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

This div border color is #fe148d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe148d


Comments

No comments written yet.

Please login to write comment.