Color Hex Logo

#fe678b Color Hex

#FE678B
(254,103,139)
0 Favorites   0 Comments

Color spaces of #fe678b

RGB 254103139
HSL0.960.990.70
HSV346°59°100°
CMYK 0.000.590.45   0.00
XYZ50.383532.635428.0699
Yxy32.63540.45350.2938
Hunter Lab57.127457.455110.8567
CIE-Lab63.864660.412710.4088

#fe678b color RGB value is (254,103,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 10001011
Octal 376 147 213
Decimal 254 103 139
Hex FE 67 8B

RGB Percentages of Color #fe678b

%51.21
%20.77
%28.02

CMYK Percentages of Color #fe678b

%0
%59
%45
%0

Triadic Colors of #fe678b

#fe678b #8bfe67 #678bfe

Analogous Colors of #fe678b

#fe678b #fe8f67 #fe67d7

Monochromatic Colors of #fe678b

#fe678b

Complementary Color

#fe678b #67feda

#fe678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe678b Color CSS Codes

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

#fe678b Text Font Color

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

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


#fe678b Background Color

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

This div background color is #fe678b


#fe678b Border Color

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

This div border color is #fe678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe678b


Comments

No comments written yet.

Please login to write comment.