Color Hex Logo

#fe318c Color Hex

#FE318C
(254,49,140)
0 Favorites   0 Comments

Color spaces of #fe318c

RGB 25449140
HSL0.930.990.59
HSV333°81°100°
CMYK 0.000.810.45   0.00
XYZ46.705025.160927.2059
Yxy25.16090.47140.2540
Hunter Lab50.160678.42172.9550
CIE-Lab57.231978.90420.2926

#fe318c color RGB value is (254,49,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110001 10001100
Octal 376 61 214
Decimal 254 49 140
Hex FE 31 8C

RGB Percentages of Color #fe318c

%57.34
%11.06
%31.60

CMYK Percentages of Color #fe318c

%0
%81
%45
%0

Triadic Colors of #fe318c

#fe318c #8cfe31 #318cfe

Analogous Colors of #fe318c

#fe318c #fe3d31 #fe31f3

Monochromatic Colors of #fe318c

#fe318c

Complementary Color

#fe318c #31fea3

#fe318c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe318c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe318c Color CSS Codes

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

#fe318c Text Font Color

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

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


#fe318c Background Color

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

This div background color is #fe318c


#fe318c Border Color

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

This div border color is #fe318c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe318c

Related Colors


Comments

No comments written yet.

Please login to write comment.