Color Hex Logo

#fe355c Color Hex

#FE355C
(254,53,92)
0 Favorites   0 Comments

Color spaces of #fe355c

RGB 2545392
HSL0.970.990.60
HSV348°79°100°
CMYK 0.000.790.64   0.00
XYZ44.077924.389712.5097
Yxy24.38970.54430.3012
Hunter Lab49.385972.889319.5517
CIE-Lab56.475974.621727.7302

#fe355c color RGB value is (254,53,92).

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

The process color (four color CMYK) of #fe355c color hex is 0.00, 0.79, 0.64, 0.00. Web safe color of #fe355c is #ff3366. Color #fe355c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 01011100
Octal 376 65 134
Decimal 254 53 92
Hex FE 35 5C

RGB Percentages of Color #fe355c

%63.66
%13.28
%23.06

CMYK Percentages of Color #fe355c

%0
%79
%64
%0

Triadic Colors of #fe355c

#fe355c #5cfe35 #355cfe

Analogous Colors of #fe355c

#fe355c #fe7335 #fe35c1

Monochromatic Colors of #fe355c

#fe355c

Complementary Color

#fe355c #35fed7

#fe355c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe355c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe355c Color CSS Codes

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

#fe355c Text Font Color

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

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


#fe355c Background Color

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

This div background color is #fe355c


#fe355c Border Color

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

This div border color is #fe355c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe355c


Comments

No comments written yet.

Please login to write comment.