Color Hex Logo

#fe709e Color Hex

#FE709E
(254,112,158)
0 Favorites   0 Comments

Color spaces of #fe709e

RGB 254112158
HSL0.950.990.72
HSV341°56°100°
CMYK 0.000.560.38   0.00
XYZ52.838835.127836.3432
Yxy35.12780.42510.2826
Hunter Lab59.268755.41485.1318
CIE-Lab65.848058.33262.3829

#fe709e color RGB value is (254,112,158).

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

The process color (four color CMYK) of #fe709e color hex is 0.00, 0.56, 0.38, 0.00. Web safe color of #fe709e is #ff6699. Color #fe709e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110000 10011110
Octal 376 160 236
Decimal 254 112 158
Hex FE 70 9E

RGB Percentages of Color #fe709e

%48.47
%21.37
%30.15

CMYK Percentages of Color #fe709e

%0
%56
%38
%0

Triadic Colors of #fe709e

#fe709e #9efe70 #709efe

Analogous Colors of #fe709e

#fe709e #fe8970 #fe70e5

Monochromatic Colors of #fe709e

#fe709e

Complementary Color

#fe709e #70fed0

#fe709e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe709e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe709e Color CSS Codes

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

#fe709e Text Font Color

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

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


#fe709e Background Color

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

This div background color is #fe709e


#fe709e Border Color

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

This div border color is #fe709e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe709e

Related Colors


Comments

No comments written yet.

Please login to write comment.