Color Hex Logo

#fe73ce Color Hex

#FE73CE
(254,115,206)
0 Favorites   0 Comments

Color spaces of #fe73ce

RGB 254115206
HSL0.890.990.72
HSV321°55°100°
CMYK 0.000.550.19   0.00
XYZ58.144437.788562.6219
Yxy37.78850.36670.2383
Hunter Lab61.472461.2599-17.3681
CIE-Lab67.864462.9653-21.7290

#fe73ce color RGB value is (254,115,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 11001110
Octal 376 163 316
Decimal 254 115 206
Hex FE 73 CE

RGB Percentages of Color #fe73ce

%44.17
%20.00
%35.83

CMYK Percentages of Color #fe73ce

%0
%55
%19
%0

Triadic Colors of #fe73ce

#fe73ce #cefe73 #73cefe

Analogous Colors of #fe73ce

#fe73ce #fe7389 #e973fe

Monochromatic Colors of #fe73ce

#fe73ce

Complementary Color

#fe73ce #73fea3

#fe73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe73ce Color CSS Codes

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

#fe73ce Text Font Color

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

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


#fe73ce Background Color

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

This div background color is #fe73ce


#fe73ce Border Color

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

This div border color is #fe73ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,115,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 #fe73ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe73ce


Comments

No comments written yet.

Please login to write comment.