Color Hex Logo

#fe634d Color Hex

#FE634D
(254,99,77)
0 Favorites   0 Comments

Color spaces of #fe634d

RGB 2549977
HSL0.020.990.65
HSV70°100°
CMYK 0.000.610.70   0.00
XYZ46.674430.530310.4541
Yxy30.53030.53250.3483
Hunter Lab55.254254.087827.4603
CIE-Lab62.109157.795443.0898

#fe634d color RGB value is (254,99,77).

#fe634d hex color red value is 254, green value is 99 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #fe634d hue: 0.02 , saturation: 0.99 and the lightness value of fe634d is 0.65.

The process color (four color CMYK) of #fe634d color hex is 0.00, 0.61, 0.70, 0.00. Web safe color of #fe634d is #ff6666. Color #fe634d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 01001101
Octal 376 143 115
Decimal 254 99 77
Hex FE 63 4D

RGB Percentages of Color #fe634d

%59.07
%23.02
%17.91

CMYK Percentages of Color #fe634d

%0
%61
%70
%0

Triadic Colors of #fe634d

#fe634d #4dfe63 #634dfe

Analogous Colors of #fe634d

#fe634d #febc4d #fe4d90

Monochromatic Colors of #fe634d

#fe634d

Complementary Color

#fe634d #4de8fe

#fe634d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe634d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe634d Color CSS Codes

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

#fe634d Text Font Color

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

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


#fe634d Background Color

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

This div background color is #fe634d


#fe634d Border Color

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

This div border color is #fe634d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe634d

Related Colors


Comments

No comments written yet.

Please login to write comment.