Color Hex Logo

#fe857a Color Hex

#FE857A
(254,133,122)
0 Favorites   0 Comments

Color spaces of #fe857a

RGB 254133122
HSL0.010.990.74
HSV52°100°
CMYK 0.000.480.52   0.00
XYZ52.773439.251023.2071
Yxy39.25100.45800.3406
Hunter Lab62.650640.719921.8932
CIE-Lab68.932744.867026.9680

#fe857a color RGB value is (254,133,122).

#fe857a hex color red value is 254, green value is 133 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #fe857a hue: 0.01 , saturation: 0.99 and the lightness value of fe857a is 0.74.

The process color (four color CMYK) of #fe857a color hex is 0.00, 0.48, 0.52, 0.00. Web safe color of #fe857a is #ff9966. Color #fe857a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000101 01111010
Octal 376 205 172
Decimal 254 133 122
Hex FE 85 7A

RGB Percentages of Color #fe857a

%49.90
%26.13
%23.97

CMYK Percentages of Color #fe857a

%0
%48
%52
%0

Triadic Colors of #fe857a

#fe857a #7afe85 #857afe

Analogous Colors of #fe857a

#fe857a #fec77a #fe7ab1

Monochromatic Colors of #fe857a

#fe857a

Complementary Color

#fe857a #7af3fe

#fe857a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe857a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe857a Color CSS Codes

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

#fe857a Text Font Color

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

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


#fe857a Background Color

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

This div background color is #fe857a


#fe857a Border Color

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

This div border color is #fe857a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe857a


Comments

No comments written yet.

Please login to write comment.