Color Hex Logo

#fe77c8 Color Hex

#FE77C8
(254,119,200)
0 Favorites   0 Comments

Color spaces of #fe77c8

RGB 254119200
HSL0.900.990.73
HSV324°53°100°
CMYK 0.000.530.21   0.00
XYZ57.895238.434659.0108
Yxy38.43460.37270.2474
Hunter Lab61.995658.2015-13.0385
CIE-Lab68.339760.3095-17.6491

#fe77c8 color RGB value is (254,119,200).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 11001000
Octal 376 167 310
Decimal 254 119 200
Hex FE 77 C8

RGB Percentages of Color #fe77c8

%44.33
%20.77
%34.90

CMYK Percentages of Color #fe77c8

%0
%53
%21
%0

Triadic Colors of #fe77c8

#fe77c8 #c8fe77 #77c8fe

Analogous Colors of #fe77c8

#fe77c8 #fe7785 #f177fe

Monochromatic Colors of #fe77c8

#fe77c8

Complementary Color

#fe77c8 #77fead

#fe77c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77c8 Color CSS Codes

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

#fe77c8 Text Font Color

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

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


#fe77c8 Background Color

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

This div background color is #fe77c8


#fe77c8 Border Color

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

This div border color is #fe77c8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77c8

Related Colors


Comments

No comments written yet.

Please login to write comment.