Color Hex Logo

#fe468c Color Hex

#FE468C
(254,70,140)
0 Favorites   0 Comments

Color spaces of #fe468c

RGB 25470140
HSL0.940.990.64
HSV337°72°100°
CMYK 0.000.720.45   0.00
XYZ47.796827.344627.5698
Yxy27.34460.46540.2662
Hunter Lab52.292171.64425.3451
CIE-Lab59.291973.07533.2853

#fe468c color RGB value is (254,70,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000110 10001100
Octal 376 106 214
Decimal 254 70 140
Hex FE 46 8C

RGB Percentages of Color #fe468c

%54.74
%15.09
%30.17

CMYK Percentages of Color #fe468c

%0
%72
%45
%0

Triadic Colors of #fe468c

#fe468c #8cfe46 #468cfe

Analogous Colors of #fe468c

#fe468c #fe5c46 #fe46e8

Monochromatic Colors of #fe468c

#fe468c

Complementary Color

#fe468c #46feb8

#fe468c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe468c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe468c Color CSS Codes

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

#fe468c Text Font Color

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

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


#fe468c Background Color

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

This div background color is #fe468c


#fe468c Border Color

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

This div border color is #fe468c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe468c


Comments

No comments written yet.

Please login to write comment.