Color Hex Logo

#fe5291 Color Hex

#FE5291
(254,82,145)
0 Favorites   0 Comments

Color spaces of #fe5291

RGB 25482145
HSL0.940.990.66
HSV338°68°100°
CMYK 0.000.680.43   0.00
XYZ49.001229.149829.8319
Yxy29.14980.45380.2699
Hunter Lab53.990667.52115.0333
CIE-Lab60.913669.39742.7113

#fe5291 color RGB value is (254,82,145).

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

The process color (four color CMYK) of #fe5291 color hex is 0.00, 0.68, 0.43, 0.00. Web safe color of #fe5291 is #ff6699. Color #fe5291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010010 10010001
Octal 376 122 221
Decimal 254 82 145
Hex FE 52 91

RGB Percentages of Color #fe5291

%52.81
%17.05
%30.15

CMYK Percentages of Color #fe5291

%0
%68
%43
%0

Triadic Colors of #fe5291

#fe5291 #91fe52 #5291fe

Analogous Colors of #fe5291

#fe5291 #fe6952 #fe52e7

Monochromatic Colors of #fe5291

#fe5291

Complementary Color

#fe5291 #52febf

#fe5291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe5291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe5291 Color CSS Codes

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

#fe5291 Text Font Color

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

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


#fe5291 Background Color

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

This div background color is #fe5291


#fe5291 Border Color

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

This div border color is #fe5291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe5291


Comments

No comments written yet.

Please login to write comment.