Color Hex Logo

#fe0735 Color Hex

#FE0735
(254,7,53)
0 Favorites   0 Comments

Color spaces of #fe0735

RGB 254753
HSL0.970.990.51
HSV349°97°100°
CMYK 0.000.970.79   0.00
XYZ41.591621.47985.3221
Yxy21.47980.60810.3141
Hunter Lab46.346379.081525.6339
CIE-Lab53.470780.157146.6511

#fe0735 color RGB value is (254,7,53).

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

The process color (four color CMYK) of #fe0735 color hex is 0.00, 0.97, 0.79, 0.00. Web safe color of #fe0735 is #ff0033. Color #fe0735 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000111 00110101
Octal 376 7 65
Decimal 254 7 53
Hex FE 7 35

RGB Percentages of Color #fe0735

%80.89
%2.23
%16.88

CMYK Percentages of Color #fe0735

%0
%97
%79
%0

Triadic Colors of #fe0735

#fe0735 #35fe07 #0735fe

Analogous Colors of #fe0735

#fe0735 #fe5407 #fe07b1

Monochromatic Colors of #fe0735

#fe0735

Complementary Color

#fe0735 #07fed0

#fe0735 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe0735 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe0735 Color CSS Codes

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

#fe0735 Text Font Color

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

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


#fe0735 Background Color

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

This div background color is #fe0735


#fe0735 Border Color

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

This div border color is #fe0735


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe0735


Comments

No comments written yet.

Please login to write comment.