Color Hex Logo

#fe416b Color Hex

#FE416B
(254,65,107)
0 Favorites   0 Comments

Color spaces of #fe416b

RGB 25465107
HSL0.960.990.63
HSV347°74°100°
CMYK 0.000.740.58   0.00
XYZ45.417225.913016.5179
Yxy25.91300.51700.2950
Hunter Lab50.904870.174016.3946
CIE-Lab57.954472.129620.8410

#fe416b color RGB value is (254,65,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000001 01101011
Octal 376 101 153
Decimal 254 65 107
Hex FE 41 6B

RGB Percentages of Color #fe416b

%59.62
%15.26
%25.12

CMYK Percentages of Color #fe416b

%0
%74
%58
%0

Triadic Colors of #fe416b

#fe416b #6bfe41 #416bfe

Analogous Colors of #fe416b

#fe416b #fe7641 #fe41ca

Monochromatic Colors of #fe416b

#fe416b

Complementary Color

#fe416b #41fed4

#fe416b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe416b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe416b Color CSS Codes

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

#fe416b Text Font Color

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

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


#fe416b Background Color

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

This div background color is #fe416b


#fe416b Border Color

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

This div border color is #fe416b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,65,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 #fe416b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe416b


Comments

No comments written yet.

Please login to write comment.