Color Hex Logo

#fe76cb Color Hex

#FE76CB
(254,118,203)
0 Favorites   0 Comments

Color spaces of #fe76cb

RGB 254118203
HSL0.900.990.73
HSV323°54°100°
CMYK 0.000.540.20   0.00
XYZ58.131038.339560.8363
Yxy38.33950.36950.2437
Hunter Lab61.918959.2222-14.9101
CIE-Lab68.270161.1842-19.4335

#fe76cb color RGB value is (254,118,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110110 11001011
Octal 376 166 313
Decimal 254 118 203
Hex FE 76 CB

RGB Percentages of Color #fe76cb

%44.17
%20.52
%35.30

CMYK Percentages of Color #fe76cb

%0
%54
%20
%0

Triadic Colors of #fe76cb

#fe76cb #cbfe76 #76cbfe

Analogous Colors of #fe76cb

#fe76cb #fe7687 #ed76fe

Monochromatic Colors of #fe76cb

#fe76cb

Complementary Color

#fe76cb #76fea9

#fe76cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe76cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe76cb Color CSS Codes

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

#fe76cb Text Font Color

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

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


#fe76cb Background Color

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

This div background color is #fe76cb


#fe76cb Border Color

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

This div border color is #fe76cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe76cb

Related Colors


Comments

No comments written yet.

Please login to write comment.