Color Hex Logo

#fe3291 Color Hex

#FE3291
(254,50,145)
0 Favorites   0 Comments

Color spaces of #fe3291

RGB 25450145
HSL0.920.990.60
HSV332°80°100°
CMYK 0.000.800.43   0.00
XYZ47.124525.396429.2063
Yxy25.39640.46320.2497
Hunter Lab50.394878.72540.9149
CIE-Lab57.459679.1002-2.3294

#fe3291 color RGB value is (254,50,145).

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

The process color (four color CMYK) of #fe3291 color hex is 0.00, 0.80, 0.43, 0.00. Web safe color of #fe3291 is #ff3399. Color #fe3291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 10010001
Octal 376 62 221
Decimal 254 50 145
Hex FE 32 91

RGB Percentages of Color #fe3291

%56.57
%11.14
%32.29

CMYK Percentages of Color #fe3291

%0
%80
%43
%0

Triadic Colors of #fe3291

#fe3291 #91fe32 #3291fe

Analogous Colors of #fe3291

#fe3291 #fe3932 #fe32f7

Monochromatic Colors of #fe3291

#fe3291

Complementary Color

#fe3291 #32fe9f

#fe3291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3291 Color CSS Codes

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

#fe3291 Text Font Color

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

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


#fe3291 Background Color

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

This div background color is #fe3291


#fe3291 Border Color

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

This div border color is #fe3291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3291


Comments

No comments written yet.

Please login to write comment.