Color Hex Logo

#fe76ce Color Hex

#FE76CE
(254,118,206)
0 Favorites   0 Comments

Color spaces of #fe76ce

RGB 254118206
HSL0.890.990.73
HSV321°54°100°
CMYK 0.000.540.19   0.00
XYZ58.492138.483962.7378
Yxy38.48390.36620.2410
Hunter Lab62.035459.7426-16.5365
CIE-Lab68.375861.6057-20.9500

#fe76ce color RGB value is (254,118,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 11001110
Octal 376 166 316
Decimal 254 118 206
Hex FE 76 CE

RGB Percentages of Color #fe76ce

%43.94
%20.42
%35.64

CMYK Percentages of Color #fe76ce

%0
%54
%19
%0

Triadic Colors of #fe76ce

#fe76ce #cefe76 #76cefe

Analogous Colors of #fe76ce

#fe76ce #fe768a #ea76fe

Monochromatic Colors of #fe76ce

#fe76ce

Complementary Color

#fe76ce #76fea6

#fe76ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76ce Color CSS Codes

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

#fe76ce Text Font Color

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

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


#fe76ce Background Color

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

This div background color is #fe76ce


#fe76ce Border Color

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

This div border color is #fe76ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76ce

Related Colors


Comments

No comments written yet.

Please login to write comment.