Color Hex Logo

#fe247f Color Hex

#FE247F
(254,36,127)
0 Favorites   0 Comments

Color spaces of #fe247f

RGB 25436127
HSL0.930.990.57
HSV335°86°100°
CMYK 0.000.860.50   0.00
XYZ45.334723.864922.2957
Yxy23.86490.49550.2608
Hunter Lab48.851780.15867.1365
CIE-Lab55.952380.52256.1729

#fe247f color RGB value is (254,36,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100100 01111111
Octal 376 44 177
Decimal 254 36 127
Hex FE 24 7F

RGB Percentages of Color #fe247f

%60.91
%8.63
%30.46

CMYK Percentages of Color #fe247f

%0
%86
%50
%0

Triadic Colors of #fe247f

#fe247f #7ffe24 #247ffe

Analogous Colors of #fe247f

#fe247f #fe3624 #fe24ec

Monochromatic Colors of #fe247f

#fe247f

Complementary Color

#fe247f #24fea3

#fe247f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe247f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe247f Color CSS Codes

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

#fe247f Text Font Color

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

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


#fe247f Background Color

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

This div background color is #fe247f


#fe247f Border Color

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

This div border color is #fe247f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe247f


Comments

No comments written yet.

Please login to write comment.