Color Hex Logo

#fe77bd Color Hex

#FE77BD
(254,119,189)
0 Favorites   0 Comments

Color spaces of #fe77bd

RGB 254119189
HSL0.910.990.73
HSV329°53°100°
CMYK 0.000.530.26   0.00
XYZ56.655237.938652.4809
Yxy37.93860.38520.2580
Hunter Lab61.594356.3964-7.4015
CIE-Lab67.975358.8322-12.0261

#fe77bd color RGB value is (254,119,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 10111101
Octal 376 167 275
Decimal 254 119 189
Hex FE 77 BD

RGB Percentages of Color #fe77bd

%45.20
%21.17
%33.63

CMYK Percentages of Color #fe77bd

%0
%53
%26
%0

Triadic Colors of #fe77bd

#fe77bd #bdfe77 #77bdfe

Analogous Colors of #fe77bd

#fe77bd #fe777a #fc77fe

Monochromatic Colors of #fe77bd

#fe77bd

Complementary Color

#fe77bd #77feb8

#fe77bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77bd Color CSS Codes

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

#fe77bd Text Font Color

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

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


#fe77bd Background Color

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

This div background color is #fe77bd


#fe77bd Border Color

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

This div border color is #fe77bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77bd


Comments

No comments written yet.

Please login to write comment.