Color Hex Logo

#fe787a Color Hex

#FE787A
(254,120,122)
0 Favorites   0 Comments

Color spaces of #fe787a

RGB 254120122
HSL1.000.990.73
HSV359°53°100°
CMYK 0.000.530.52   0.00
XYZ51.102435.908922.6501
Yxy35.90890.46600.3275
Hunter Lab59.924047.355319.5364
CIE-Lab66.450351.183123.6515

#fe787a color RGB value is (254,120,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111000 01111010
Octal 376 170 172
Decimal 254 120 122
Hex FE 78 7A

RGB Percentages of Color #fe787a

%51.21
%24.19
%24.60

CMYK Percentages of Color #fe787a

%0
%53
%52
%0

Triadic Colors of #fe787a

#fe787a #7afe78 #787afe

Analogous Colors of #fe787a

#fe787a #feb978 #fe78bd

Monochromatic Colors of #fe787a

#fe787a

Complementary Color

#fe787a #78fefc

#fe787a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe787a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe787a Color CSS Codes

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

#fe787a Text Font Color

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

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


#fe787a Background Color

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

This div background color is #fe787a


#fe787a Border Color

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

This div border color is #fe787a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,120,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 #fe787a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe787a


Comments

No comments written yet.

Please login to write comment.