Color Hex Logo

#fe7866 Color Hex

#FE7866
(254,120,102)
0 Favorites   0 Comments

Color spaces of #fe7866

RGB 254120102
HSL0.020.990.70
HSV60°100°
CMYK 0.000.530.60   0.00
XYZ49.987835.463116.7808
Yxy35.46310.48900.3469
Hunter Lab59.550945.621124.9784
CIE-Lab66.107649.682234.3354

#fe7866 color RGB value is (254,120,102).

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

The process color (four color CMYK) of #fe7866 color hex is 0.00, 0.53, 0.60, 0.00. Web safe color of #fe7866 is #ff6666. Color #fe7866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 01100110
Octal 376 170 146
Decimal 254 120 102
Hex FE 78 66

RGB Percentages of Color #fe7866

%53.36
%25.21
%21.43

CMYK Percentages of Color #fe7866

%0
%53
%60
%0

Triadic Colors of #fe7866

#fe7866 #66fe78 #7866fe

Analogous Colors of #fe7866

#fe7866 #fec466 #fe66a0

Monochromatic Colors of #fe7866

#fe7866

Complementary Color

#fe7866 #66ecfe

#fe7866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe7866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe7866 Color CSS Codes

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

#fe7866 Text Font Color

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

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


#fe7866 Background Color

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

This div background color is #fe7866


#fe7866 Border Color

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

This div border color is #fe7866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe7866


Comments

No comments written yet.

Please login to write comment.