color codes Logo

#fe09ce color codes

#FE09CE
(254,9,206)
0 Favorites   0 Comments

Color spaces of #fe09ce

RGB 2549206
HSL0.870.990.52
HSV312°96°100°
CMYK 0.000.960.19   0.00
XYZ52.111325.722460.6109
Yxy25.72240.37640.1858
Hunter Lab50.717394.6512-35.3539
CIE-Lab57.772691.2450-37.3289

#fe09ce color RGB value is (254,9,206).

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

The process color (four color CMYK) of #fe09ce color code is 0.00, 0.96, 0.19, 0.00. Web safe color of #fe09ce is #ff00cc. Color #fe09ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 11001110
Octal 376 11 316
Decimal 254 9 206
Hex FE 9 CE

RGB Percentages of Color #fe09ce

%54.16
%1.92
%43.92

CMYK Percentages of Color #fe09ce

%0
%96
%19
%0

Triadic Colors of #fe09ce

#fe09ce #cefe09 #09cefe

Analogous Colors of #fe09ce

#fe09ce #fe0954 #b409fe

Monochromatic Colors of #fe09ce

#fe09ce

Complementary Color

#fe09ce #09fe39

#fe09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe09ce Color CSS Codes

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

#fe09ce Text Font Color

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

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


#fe09ce Background Color

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

This div background color is #fe09ce


#fe09ce Border Color

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

This div border color is #fe09ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe09ce


Comments

No comments written yet.

Please login to write comment.