Color Hex Logo

#fe468e Color Hex

#FE468E
(254,70,142)
0 Favorites   0 Comments

Color spaces of #fe468e

RGB 25470142
HSL0.930.990.64
HSV337°72°100°
CMYK 0.000.720.44   0.00
XYZ47.945727.404128.3537
Yxy27.40410.46230.2643
Hunter Lab52.348971.87524.5311
CIE-Lab59.346573.25252.1914

#fe468e color RGB value is (254,70,142).

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

The process color (four color CMYK) of #fe468e color hex is 0.00, 0.72, 0.44, 0.00. Web safe color of #fe468e is #ff3399. Color #fe468e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 10001110
Octal 376 106 216
Decimal 254 70 142
Hex FE 46 8E

RGB Percentages of Color #fe468e

%54.51
%15.02
%30.47

CMYK Percentages of Color #fe468e

%0
%72
%44
%0

Triadic Colors of #fe468e

#fe468e #8efe46 #468efe

Analogous Colors of #fe468e

#fe468e #fe5a46 #fe46ea

Monochromatic Colors of #fe468e

#fe468e

Complementary Color

#fe468e #46feb6

#fe468e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe468e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe468e Color CSS Codes

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

#fe468e Text Font Color

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

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


#fe468e Background Color

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

This div background color is #fe468e


#fe468e Border Color

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

This div border color is #fe468e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe468e

Related Colors


Comments

No comments written yet.

Please login to write comment.