Color Hex Logo

#fe77bc Color Hex

#FE77BC
(254,119,188)
0 Favorites   0 Comments

Color spaces of #fe77bc

RGB 254119188
HSL0.910.990.73
HSV329°53°100°
CMYK 0.000.530.26   0.00
XYZ56.547037.895351.9111
Yxy37.89530.38640.2589
Hunter Lab61.559256.2380-6.9062
CIE-Lab67.943458.7019-11.5117

#fe77bc color RGB value is (254,119,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 10111100
Octal 376 167 274
Decimal 254 119 188
Hex FE 77 BC

RGB Percentages of Color #fe77bc

%45.28
%21.21
%33.51

CMYK Percentages of Color #fe77bc

%0
%53
%26
%0

Triadic Colors of #fe77bc

#fe77bc #bcfe77 #77bcfe

Analogous Colors of #fe77bc

#fe77bc #fe7779 #fd77fe

Monochromatic Colors of #fe77bc

#fe77bc

Complementary Color

#fe77bc #77feb9

#fe77bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77bc Color CSS Codes

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

#fe77bc Text Font Color

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

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


#fe77bc Background Color

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

This div background color is #fe77bc


#fe77bc Border Color

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

This div border color is #fe77bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77bc


Comments

No comments written yet.

Please login to write comment.