Color Hex Logo

#fe739a Color Hex

#FE739A
(254,115,154)
0 Favorites   0 Comments

Color spaces of #fe739a

RGB 254115154
HSL0.950.990.72
HSV343°55°100°
CMYK 0.000.550.39   0.00
XYZ52.836535.665434.6712
Yxy35.66540.42900.2896
Hunter Lab59.720553.41337.3831
CIE-Lab66.263556.53605.2601

#fe739a color RGB value is (254,115,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 10011010
Octal 376 163 232
Decimal 254 115 154
Hex FE 73 9A

RGB Percentages of Color #fe739a

%48.57
%21.99
%29.45

CMYK Percentages of Color #fe739a

%0
%55
%39
%0

Triadic Colors of #fe739a

#fe739a #9afe73 #739afe

Analogous Colors of #fe739a

#fe739a #fe9273 #fe73e0

Monochromatic Colors of #fe739a

#fe739a

Complementary Color

#fe739a #73fed7

#fe739a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe739a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe739a Color CSS Codes

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

#fe739a Text Font Color

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

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


#fe739a Background Color

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

This div background color is #fe739a


#fe739a Border Color

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

This div border color is #fe739a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe739a


Comments

No comments written yet.

Please login to write comment.