Color Hex Logo

#fe287f Color Hex

#FE287F
(254,40,127)
0 Favorites   0 Comments

Color spaces of #fe287f

RGB 25440127
HSL0.930.990.58
HSV336°84°100°
CMYK 0.000.840.50   0.00
XYZ45.462624.120722.3383
Yxy24.12070.49460.2624
Hunter Lab49.112879.28587.4117
CIE-Lab56.208479.78546.5395

#fe287f color RGB value is (254,40,127).

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

The process color (four color CMYK) of #fe287f color hex is 0.00, 0.84, 0.50, 0.00. Web safe color of #fe287f is #ff3366. Color #fe287f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 01111111
Octal 376 50 177
Decimal 254 40 127
Hex FE 28 7F

RGB Percentages of Color #fe287f

%60.33
%9.50
%30.17

CMYK Percentages of Color #fe287f

%0
%84
%50
%0

Triadic Colors of #fe287f

#fe287f #7ffe28 #287ffe

Analogous Colors of #fe287f

#fe287f #fe3c28 #fe28ea

Monochromatic Colors of #fe287f

#fe287f

Complementary Color

#fe287f #28fea7

#fe287f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe287f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe287f Color CSS Codes

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

#fe287f Text Font Color

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

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


#fe287f Background Color

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

This div background color is #fe287f


#fe287f Border Color

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

This div border color is #fe287f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe287f


Comments

No comments written yet.

Please login to write comment.