Color Hex Logo

#fe679e Color Hex

#FE679E
(254,103,158)
0 Favorites   0 Comments

Color spaces of #fe679e

RGB 254103158
HSL0.940.990.70
HSV338°59°100°
CMYK 0.000.590.38   0.00
XYZ51.894933.239936.0285
Yxy33.23990.42830.2743
Hunter Lab57.654159.77483.3070
CIE-Lab64.354762.30670.2097

#fe679e color RGB value is (254,103,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 10011110
Octal 376 147 236
Decimal 254 103 158
Hex FE 67 9E

RGB Percentages of Color #fe679e

%49.32
%20.00
%30.68

CMYK Percentages of Color #fe679e

%0
%59
%38
%0

Triadic Colors of #fe679e

#fe679e #9efe67 #679efe

Analogous Colors of #fe679e

#fe679e #fe7c67 #fe67ea

Monochromatic Colors of #fe679e

#fe679e

Complementary Color

#fe679e #67fec7

#fe679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe679e Color CSS Codes

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

#fe679e Text Font Color

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

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


#fe679e Background Color

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

This div background color is #fe679e


#fe679e Border Color

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

This div border color is #fe679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe679e


Comments

No comments written yet.

Please login to write comment.