Color Hex Logo

#fe739f Color Hex

#FE739F
(254,115,159)
0 Favorites   0 Comments

Color spaces of #fe739f

RGB 254115159
HSL0.950.990.72
HSV341°55°100°
CMYK 0.000.550.37   0.00
XYZ53.261835.835536.9106
Yxy35.83550.42270.2844
Hunter Lab59.862854.05735.3465
CIE-Lab66.394057.07332.6060

#fe739f color RGB value is (254,115,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 10011111
Octal 376 163 237
Decimal 254 115 159
Hex FE 73 9F

RGB Percentages of Color #fe739f

%48.11
%21.78
%30.11

CMYK Percentages of Color #fe739f

%0
%55
%37
%0

Triadic Colors of #fe739f

#fe739f #9ffe73 #739ffe

Analogous Colors of #fe739f

#fe739f #fe8d73 #fe73e5

Monochromatic Colors of #fe739f

#fe739f

Complementary Color

#fe739f #73fed2

#fe739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe739f Color CSS Codes

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

#fe739f Text Font Color

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

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


#fe739f Background Color

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

This div background color is #fe739f


#fe739f Border Color

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

This div border color is #fe739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe739f

Related Colors


Comments

No comments written yet.

Please login to write comment.