Color Hex Logo

#fe738e Color Hex

#FE738E
(254,115,142)
0 Favorites   0 Comments

Color spaces of #fe738e

RGB 254115142
HSL0.970.990.72
HSV348°55°100°
CMYK 0.000.550.44   0.00
XYZ51.886335.285329.6672
Yxy35.28530.44410.3020
Hunter Lab59.401451.964711.9695
CIE-Lab65.970255.320811.6691

#fe738e color RGB value is (254,115,142).

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

The process color (four color CMYK) of #fe738e color hex is 0.00, 0.55, 0.44, 0.00. Web safe color of #fe738e is #ff6699. Color #fe738e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 10001110
Octal 376 163 216
Decimal 254 115 142
Hex FE 73 8E

RGB Percentages of Color #fe738e

%49.71
%22.50
%27.79

CMYK Percentages of Color #fe738e

%0
%55
%44
%0

Triadic Colors of #fe738e

#fe738e #8efe73 #738efe

Analogous Colors of #fe738e

#fe738e #fe9e73 #fe73d4

Monochromatic Colors of #fe738e

#fe738e

Complementary Color

#fe738e #73fee3

#fe738e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe738e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe738e Color CSS Codes

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

#fe738e Text Font Color

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

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


#fe738e Background Color

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

This div background color is #fe738e


#fe738e Border Color

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

This div border color is #fe738e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe738e

Related Colors


Comments

No comments written yet.

Please login to write comment.