Color Hex Logo

#fe735f Color Hex

#FE735F
(254,115,95)
0 Favorites   0 Comments

Color spaces of #fe735f

RGB 25411595
HSL0.020.990.68
HSV63°100°
CMYK 0.000.550.63   0.00
XYZ49.069334.158514.8335
Yxy34.15850.50040.3483
Hunter Lab58.445347.585225.8638
CIE-Lab65.088251.589236.8972

#fe735f color RGB value is (254,115,95).

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

The process color (four color CMYK) of #fe735f color hex is 0.00, 0.55, 0.63, 0.00. Web safe color of #fe735f is #ff6666. Color #fe735f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 01011111
Octal 376 163 137
Decimal 254 115 95
Hex FE 73 5F

RGB Percentages of Color #fe735f

%54.74
%24.78
%20.47

CMYK Percentages of Color #fe735f

%0
%55
%63
%0

Triadic Colors of #fe735f

#fe735f #5ffe73 #735ffe

Analogous Colors of #fe735f

#fe735f #fec35f #fe5f9b

Monochromatic Colors of #fe735f

#fe735f

Complementary Color

#fe735f #5feafe

#fe735f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe735f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe735f Color CSS Codes

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

#fe735f Text Font Color

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

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


#fe735f Background Color

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

This div background color is #fe735f


#fe735f Border Color

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

This div border color is #fe735f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,115,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 #fe735f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe735f


Comments

No comments written yet.

Please login to write comment.