Color Hex Logo

#fe77ab Color Hex

#FE77AB
(254,119,171)
0 Favorites   0 Comments

Color spaces of #fe77ab

RGB 254119171
HSL0.940.990.73
HSV337°53°100°
CMYK 0.000.530.33   0.00
XYZ54.820637.204842.8200
Yxy37.20480.40650.2759
Hunter Lab60.995753.68631.0745
CIE-Lab67.430456.5891-2.6841

#fe77ab color RGB value is (254,119,171).

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

The process color (four color CMYK) of #fe77ab color hex is 0.00, 0.53, 0.33, 0.00. Web safe color of #fe77ab is #ff6699. Color #fe77ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 10101011
Octal 376 167 253
Decimal 254 119 171
Hex FE 77 AB

RGB Percentages of Color #fe77ab

%46.69
%21.88
%31.43

CMYK Percentages of Color #fe77ab

%0
%53
%33
%0

Triadic Colors of #fe77ab

#fe77ab #abfe77 #77abfe

Analogous Colors of #fe77ab

#fe77ab #fe8777 #fe77ef

Monochromatic Colors of #fe77ab

#fe77ab

Complementary Color

#fe77ab #77feca

#fe77ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77ab Color CSS Codes

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

#fe77ab Text Font Color

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

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


#fe77ab Background Color

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

This div background color is #fe77ab


#fe77ab Border Color

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

This div border color is #fe77ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77ab


Comments

No comments written yet.

Please login to write comment.