Color Hex Logo

#fe145e Color Hex

#FE145E
(254,20,94)
0 Favorites   0 Comments

Color spaces of #fe145e

RGB 2542094
HSL0.950.990.54
HSV341°92°100°
CMYK 0.000.920.63   0.00
XYZ43.143622.379312.6354
Yxy22.37930.55200.2863
Hunter Lab47.306880.004517.2787
CIE-Lab54.427280.698323.8734

#fe145e color RGB value is (254,20,94).

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

The process color (four color CMYK) of #fe145e color hex is 0.00, 0.92, 0.63, 0.00. Web safe color of #fe145e is #ff0066. Color #fe145e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 01011110
Octal 376 24 136
Decimal 254 20 94
Hex FE 14 5E

RGB Percentages of Color #fe145e

%69.02
%5.43
%25.54

CMYK Percentages of Color #fe145e

%0
%92
%63
%0

Triadic Colors of #fe145e

#fe145e #5efe14 #145efe

Analogous Colors of #fe145e

#fe145e #fe3f14 #fe14d3

Monochromatic Colors of #fe145e

#fe145e

Complementary Color

#fe145e #14feb4

#fe145e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe145e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe145e Color CSS Codes

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

#fe145e Text Font Color

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

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


#fe145e Background Color

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

This div background color is #fe145e


#fe145e Border Color

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

This div border color is #fe145e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe145e


Comments

No comments written yet.

Please login to write comment.