Color Hex Logo

#fe466b Color Hex

#FE466B
(254,70,107)
0 Favorites   0 Comments

Color spaces of #fe466b

RGB 25470107
HSL0.970.990.64
HSV348°72°100°
CMYK 0.000.720.58   0.00
XYZ45.717126.512716.6178
Yxy26.51270.51460.2984
Hunter Lab51.490568.377316.9084
CIE-Lab58.520570.547821.6025

#fe466b color RGB value is (254,70,107).

#fe466b hex color red value is 254, green value is 70 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fe466b hue: 0.97 , saturation: 0.99 and the lightness value of fe466b is 0.64.

The process color (four color CMYK) of #fe466b color hex is 0.00, 0.72, 0.58, 0.00. Web safe color of #fe466b is #ff3366. Color #fe466b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 01101011
Octal 376 106 153
Decimal 254 70 107
Hex FE 46 6B

RGB Percentages of Color #fe466b

%58.93
%16.24
%24.83

CMYK Percentages of Color #fe466b

%0
%72
%58
%0

Triadic Colors of #fe466b

#fe466b #6bfe46 #466bfe

Analogous Colors of #fe466b

#fe466b #fe7d46 #fe46c7

Monochromatic Colors of #fe466b

#fe466b

Complementary Color

#fe466b #46fed9

#fe466b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe466b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe466b Color CSS Codes

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

#fe466b Text Font Color

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

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


#fe466b Background Color

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

This div background color is #fe466b


#fe466b Border Color

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

This div border color is #fe466b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe466b

Related Colors


Comments

No comments written yet.

Please login to write comment.