Color Hex Logo

#fe319b Color Hex

#FE319B
(254,49,155)
0 Favorites   0 Comments

Color spaces of #fe319b

RGB 25449155
HSL0.910.990.59
HSV329°81°100°
CMYK 0.000.810.39   0.00
XYZ47.887825.634033.4342
Yxy25.63400.44770.2397
Hunter Lab50.630080.2295-3.7119
CIE-Lab57.688080.2410-7.8812

#fe319b color RGB value is (254,49,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110001 10011011
Octal 376 61 233
Decimal 254 49 155
Hex FE 31 9B

RGB Percentages of Color #fe319b

%55.46
%10.70
%33.84

CMYK Percentages of Color #fe319b

%0
%81
%39
%0

Triadic Colors of #fe319b

#fe319b #9bfe31 #319bfe

Analogous Colors of #fe319b

#fe319b #fe3135 #fb31fe

Monochromatic Colors of #fe319b

#fe319b

Complementary Color

#fe319b #31fe94

#fe319b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe319b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe319b Color CSS Codes

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

#fe319b Text Font Color

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

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


#fe319b Background Color

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

This div background color is #fe319b


#fe319b Border Color

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

This div border color is #fe319b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe319b


Comments

No comments written yet.

Please login to write comment.