color codes Logo

#fe739e color codes

#FE739E
(254,115,158)
0 Favorites   0 Comments

Color spaces of #fe739e

RGB 254115158
HSL0.950.990.72
HSV341°55°100°
CMYK 0.000.550.38   0.00
XYZ53.175335.800936.4554
Yxy35.80090.42390.2854
Hunter Lab59.833953.92665.7597
CIE-Lab66.367556.96443.1359

#fe739e color RGB value is (254,115,158).

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

The process color (four color CMYK) of #fe739e color code is 0.00, 0.55, 0.38, 0.00. Web safe color of #fe739e is #ff6699. Color #fe739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 10011110
Octal 376 163 236
Decimal 254 115 158
Hex FE 73 9E

RGB Percentages of Color #fe739e

%48.20
%21.82
%29.98

CMYK Percentages of Color #fe739e

%0
%55
%38
%0

Triadic Colors of #fe739e

#fe739e #9efe73 #739efe

Analogous Colors of #fe739e

#fe739e #fe8e73 #fe73e4

Monochromatic Colors of #fe739e

#fe739e

Complementary Color

#fe739e #73fed3

#fe739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe739e Color CSS Codes

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

#fe739e Text Font Color

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

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


#fe739e Background Color

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

This div background color is #fe739e


#fe739e Border Color

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

This div border color is #fe739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe739e

Related Colors


Comments

No comments written yet.

Please login to write comment.