Color Hex Logo

#fe325f Color Hex

#FE325F
(254,50,95)
0 Favorites   0 Comments

Color spaces of #fe325f

RGB 2545095
HSL0.960.990.60
HSV347°80°100°
CMYK 0.000.800.63   0.00
XYZ44.079224.178313.1701
Yxy24.17830.54130.2969
Hunter Lab49.171473.964418.5397
CIE-Lab56.265975.530725.6865

#fe325f color RGB value is (254,50,95).

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

The process color (four color CMYK) of #fe325f color hex is 0.00, 0.80, 0.63, 0.00. Web safe color of #fe325f is #ff3366. Color #fe325f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110010 01011111
Octal 376 62 137
Decimal 254 50 95
Hex FE 32 5F

RGB Percentages of Color #fe325f

%63.66
%12.53
%23.81

CMYK Percentages of Color #fe325f

%0
%80
%63
%0

Triadic Colors of #fe325f

#fe325f #5ffe32 #325ffe

Analogous Colors of #fe325f

#fe325f #fe6b32 #fe32c5

Monochromatic Colors of #fe325f

#fe325f

Complementary Color

#fe325f #32fed1

#fe325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe325f Color CSS Codes

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

#fe325f Text Font Color

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

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


#fe325f Background Color

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

This div background color is #fe325f


#fe325f Border Color

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

This div border color is #fe325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe325f


Comments

No comments written yet.

Please login to write comment.