Color Hex Logo

#fe677b Color Hex

#FE677B
(254,103,123)
0 Favorites   0 Comments

Color spaces of #fe677b

RGB 254103123
HSL0.980.990.70
HSV352°59°100°
CMYK 0.000.590.52   0.00
XYZ49.298432.201422.3561
Yxy32.20140.47470.3101
Hunter Lab56.746355.766116.3642
CIE-Lab63.509059.019319.0953

#fe677b color RGB value is (254,103,123).

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

The process color (four color CMYK) of #fe677b color hex is 0.00, 0.59, 0.52, 0.00. Web safe color of #fe677b is #ff6666. Color #fe677b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 01111011
Octal 376 147 173
Decimal 254 103 123
Hex FE 67 7B

RGB Percentages of Color #fe677b

%52.92
%21.46
%25.63

CMYK Percentages of Color #fe677b

%0
%59
%52
%0

Triadic Colors of #fe677b

#fe677b #7bfe67 #677bfe

Analogous Colors of #fe677b

#fe677b #fe9f67 #fe67c7

Monochromatic Colors of #fe677b

#fe677b

Complementary Color

#fe677b #67feea

#fe677b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe677b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe677b Color CSS Codes

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

#fe677b Text Font Color

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

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


#fe677b Background Color

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

This div background color is #fe677b


#fe677b Border Color

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

This div border color is #fe677b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe677b


Comments

No comments written yet.

Please login to write comment.