Color Hex Logo

#fe767a Color Hex

#FE767A
(254,118,122)
0 Favorites   0 Comments

Color spaces of #fe767a

RGB 254118122
HSL1.000.990.73
HSV358°54°100°
CMYK 0.000.540.52   0.00
XYZ50.864335.432822.5707
Yxy35.43280.46720.3255
Hunter Lab59.525548.358119.1864
CIE-Lab66.084252.128323.1591

#fe767a color RGB value is (254,118,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 01111010
Octal 376 166 172
Decimal 254 118 122
Hex FE 76 7A

RGB Percentages of Color #fe767a

%51.42
%23.89
%24.70

CMYK Percentages of Color #fe767a

%0
%54
%52
%0

Triadic Colors of #fe767a

#fe767a #7afe76 #767afe

Analogous Colors of #fe767a

#fe767a #feb676 #fe76be

Monochromatic Colors of #fe767a

#fe767a

Complementary Color

#fe767a #76fefa

#fe767a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe767a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe767a Color CSS Codes

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

#fe767a Text Font Color

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

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


#fe767a Background Color

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

This div background color is #fe767a


#fe767a Border Color

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

This div border color is #fe767a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe767a


Comments

No comments written yet.

Please login to write comment.