Color Hex Logo

#fe77d9 Color Hex

#FE77D9
(254,119,217)
0 Favorites   0 Comments

Color spaces of #fe77d9

RGB 254119217
HSL0.880.990.73
HSV316°53°100°
CMYK 0.000.530.15   0.00
XYZ59.994339.274270.0643
Yxy39.27420.35430.2319
Hunter Lab62.669161.2103-22.4180
CIE-Lab68.949462.7431-26.2023

#fe77d9 color RGB value is (254,119,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110111 11011001
Octal 376 167 331
Decimal 254 119 217
Hex FE 77 D9

RGB Percentages of Color #fe77d9

%43.05
%20.17
%36.78

CMYK Percentages of Color #fe77d9

%0
%53
%15
%0

Triadic Colors of #fe77d9

#fe77d9 #d9fe77 #77d9fe

Analogous Colors of #fe77d9

#fe77d9 #fe7796 #e077fe

Monochromatic Colors of #fe77d9

#fe77d9

Complementary Color

#fe77d9 #77fe9c

#fe77d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe77d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe77d9 Color CSS Codes

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

#fe77d9 Text Font Color

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

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


#fe77d9 Background Color

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

This div background color is #fe77d9


#fe77d9 Border Color

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

This div border color is #fe77d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe77d9


Comments

No comments written yet.

Please login to write comment.