Color Hex Logo

#fe9278 Color Hex

#FE9278
(254,146,120)
0 Favorites   0 Comments

Color spaces of #fe9278

RGB 254146120
HSL0.030.990.73
HSV12°53°100°
CMYK 0.000.430.53   0.00
XYZ54.542142.984723.1915
Yxy42.98470.45180.3561
Hunter Lab65.562733.760724.9213
CIE-Lab71.544638.149631.4981

#fe9278 color RGB value is (254,146,120).

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

The process color (four color CMYK) of #fe9278 color hex is 0.00, 0.43, 0.53, 0.00. Web safe color of #fe9278 is #ff9966. Color #fe9278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010010 01111000
Octal 376 222 170
Decimal 254 146 120
Hex FE 92 78

RGB Percentages of Color #fe9278

%48.85
%28.08
%23.08

CMYK Percentages of Color #fe9278

%0
%43
%53
%0

Triadic Colors of #fe9278

#fe9278 #78fe92 #9278fe

Analogous Colors of #fe9278

#fe9278 #fed578 #fe78a1

Monochromatic Colors of #fe9278

#fe9278

Complementary Color

#fe9278 #78e4fe

#fe9278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe9278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe9278 Color CSS Codes

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

#fe9278 Text Font Color

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

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


#fe9278 Background Color

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

This div background color is #fe9278


#fe9278 Border Color

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

This div border color is #fe9278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe9278

Related Colors


Comments

No comments written yet.

Please login to write comment.