Color Hex Logo

#fe79bd Color Hex

#FE79BD
(254,121,189)
0 Favorites   0 Comments

Color spaces of #fe79bd

RGB 254121189
HSL0.910.990.74
HSV329°52°100°
CMYK 0.000.520.26   0.00
XYZ56.895738.419752.5611
Yxy38.41970.38480.2598
Hunter Lab61.983655.3765-6.8884
CIE-Lab68.328857.9032-11.4965

#fe79bd color RGB value is (254,121,189).

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

The process color (four color CMYK) of #fe79bd color hex is 0.00, 0.52, 0.26, 0.00. Web safe color of #fe79bd is #ff66cc. Color #fe79bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01111001 10111101
Octal 376 171 275
Decimal 254 121 189
Hex FE 79 BD

RGB Percentages of Color #fe79bd

%45.04
%21.45
%33.51

CMYK Percentages of Color #fe79bd

%0
%52
%26
%0

Triadic Colors of #fe79bd

#fe79bd #bdfe79 #79bdfe

Analogous Colors of #fe79bd

#fe79bd #fe797b #fd79fe

Monochromatic Colors of #fe79bd

#fe79bd

Complementary Color

#fe79bd #79feba

#fe79bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe79bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe79bd Color CSS Codes

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

#fe79bd Text Font Color

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

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


#fe79bd Background Color

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

This div background color is #fe79bd


#fe79bd Border Color

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

This div border color is #fe79bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe79bd


Comments

No comments written yet.

Please login to write comment.