Color Hex Logo

#fe689f Color Hex

#FE689F
(254,104,159)
0 Favorites   0 Comments

Color spaces of #fe689f

RGB 254104159
HSL0.940.990.70
HSV338°59°100°
CMYK 0.000.590.37   0.00
XYZ52.081433.474736.5172
Yxy33.47470.42660.2742
Hunter Lab57.857359.42993.0787
CIE-Lab64.543461.9820-0.0875

#fe689f color RGB value is (254,104,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101000 10011111
Octal 376 150 237
Decimal 254 104 159
Hex FE 68 9F

RGB Percentages of Color #fe689f

%49.13
%20.12
%30.75

CMYK Percentages of Color #fe689f

%0
%59
%37
%0

Triadic Colors of #fe689f

#fe689f #9ffe68 #689ffe

Analogous Colors of #fe689f

#fe689f #fe7c68 #fe68ea

Monochromatic Colors of #fe689f

#fe689f

Complementary Color

#fe689f #68fec7

#fe689f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe689f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe689f Color CSS Codes

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

#fe689f Text Font Color

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

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


#fe689f Background Color

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

This div background color is #fe689f


#fe689f Border Color

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

This div border color is #fe689f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe689f


Comments

No comments written yet.

Please login to write comment.