Color Hex Logo

#fe3555 Color Hex

#FE3555
(254,53,85)
0 Favorites   0 Comments

Color spaces of #fe3555

RGB 2545385
HSL0.970.990.60
HSV350°79°100°
CMYK 0.000.790.67   0.00
XYZ43.785824.272910.9717
Yxy24.27290.55400.3071
Hunter Lab49.267572.421121.2836
CIE-Lab56.360074.264431.6904

#fe3555 color RGB value is (254,53,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 01010101
Octal 376 65 125
Decimal 254 53 85
Hex FE 35 55

RGB Percentages of Color #fe3555

%64.80
%13.52
%21.68

CMYK Percentages of Color #fe3555

%0
%79
%67
%0

Triadic Colors of #fe3555

#fe3555 #55fe35 #3555fe

Analogous Colors of #fe3555

#fe3555 #fe7a35 #fe35ba

Monochromatic Colors of #fe3555

#fe3555

Complementary Color

#fe3555 #35fede

#fe3555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3555 Color CSS Codes

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

#fe3555 Text Font Color

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

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


#fe3555 Background Color

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

This div background color is #fe3555


#fe3555 Border Color

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

This div border color is #fe3555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3555


Comments

No comments written yet.

Please login to write comment.