Color Hex Logo

#fe1469 Color Hex

#FE1469
(254,20,105)
0 Favorites   0 Comments

Color spaces of #fe1469

RGB 25420105
HSL0.940.990.54
HSV338°92°100°
CMYK 0.000.920.59   0.00
XYZ43.673022.591115.4233
Yxy22.59110.53460.2766
Hunter Lab47.530180.837014.0317
CIE-Lab54.648681.309017.5517

#fe1469 color RGB value is (254,20,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 01101001
Octal 376 24 151
Decimal 254 20 105
Hex FE 14 69

RGB Percentages of Color #fe1469

%67.02
%5.28
%27.70

CMYK Percentages of Color #fe1469

%0
%92
%59
%0

Triadic Colors of #fe1469

#fe1469 #69fe14 #1469fe

Analogous Colors of #fe1469

#fe1469 #fe3414 #fe14de

Monochromatic Colors of #fe1469

#fe1469

Complementary Color

#fe1469 #14fea9

#fe1469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1469 Color CSS Codes

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

#fe1469 Text Font Color

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

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


#fe1469 Background Color

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

This div background color is #fe1469


#fe1469 Border Color

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

This div border color is #fe1469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1469


Comments

No comments written yet.

Please login to write comment.