Color Hex Logo

#fe4480 Color Hex

#FE4480
(254,68,128)
1 Favorites   0 Comments

Color spaces of #fe4480

RGB 25468128
HSL0.950.990.63
HSV341°73°100°
CMYK 0.000.730.50   0.00
XYZ46.836526.763623.1194
Yxy26.76360.48430.2767
Hunter Lab51.733571.06979.7172
CIE-Lab58.754972.70949.5708

#fe4480 color RGB value is (254,68,128).

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

The process color (four color CMYK) of #fe4480 color hex is 0.00, 0.73, 0.50, 0.00. Web safe color of #fe4480 is #ff3399. Color #fe4480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000100 10000000
Octal 376 104 200
Decimal 254 68 128
Hex FE 44 80

RGB Percentages of Color #fe4480

%56.44
%15.11
%28.44

CMYK Percentages of Color #fe4480

%0
%73
%50
%0

Triadic Colors of #fe4480

#fe4480 #80fe44 #4480fe

Analogous Colors of #fe4480

#fe4480 #fe6544 #fe44dd

Monochromatic Colors of #fe4480

#fe4480

Complementary Color

#fe4480 #44fec2

#fe4480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4480 Color CSS Codes

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

#fe4480 Text Font Color

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

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


#fe4480 Background Color

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

This div background color is #fe4480


#fe4480 Border Color

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

This div border color is #fe4480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4480


Comments

No comments written yet.

Please login to write comment.