Color Hex Logo

#fe76da Color Hex

#FE76DA
(254,118,218)
0 Favorites   0 Comments

Color spaces of #fe76da

RGB 254118218
HSL0.880.990.73
HSV316°54°100°
CMYK 0.000.540.14   0.00
XYZ60.006439.089770.7120
Yxy39.08970.35340.2302
Hunter Lab62.521861.9056-23.2917
CIE-Lab68.816263.3462-26.9624

#fe76da color RGB value is (254,118,218).

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

The process color (four color CMYK) of #fe76da color hex is 0.00, 0.54, 0.14, 0.00. Web safe color of #fe76da is #ff66cc. Color #fe76da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 11011010
Octal 376 166 332
Decimal 254 118 218
Hex FE 76 DA

RGB Percentages of Color #fe76da

%43.05
%20.00
%36.95

CMYK Percentages of Color #fe76da

%0
%54
%14
%0

Triadic Colors of #fe76da

#fe76da #dafe76 #76dafe

Analogous Colors of #fe76da

#fe76da #fe7696 #de76fe

Monochromatic Colors of #fe76da

#fe76da

Complementary Color

#fe76da #76fe9a

#fe76da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76da Color CSS Codes

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

#fe76da Text Font Color

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

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


#fe76da Background Color

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

This div background color is #fe76da


#fe76da Border Color

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

This div border color is #fe76da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76da


Comments

No comments written yet.

Please login to write comment.