color codes Logo

#fe09fb color codes

#FE09FB
(254,9,251)
0 Favorites   0 Comments

Color spaces of #fe09fb

RGB 2549251
HSL0.840.990.52
HSV301°96°100°
CMYK 0.000.960.01   0.00
XYZ58.383328.231293.6388
Yxy28.23120.32390.1566
Hunter Lab53.1330103.1554-67.2964
CIE-Lab60.097097.0260-58.9915

#fe09fb color RGB value is (254,9,251).

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

The process color (four color CMYK) of #fe09fb color code is 0.00, 0.96, 0.01, 0.00. Web safe color of #fe09fb is #ff00ff. Color #fe09fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00001001 11111011
Octal 376 11 373
Decimal 254 9 251
Hex FE 9 FB

RGB Percentages of Color #fe09fb

%49.42
%1.75
%48.83

CMYK Percentages of Color #fe09fb

%0
%96
%1
%0

Triadic Colors of #fe09fb

#fe09fb #fbfe09 #09fbfe

Analogous Colors of #fe09fb

#fe09fb #fe0981 #8709fe

Monochromatic Colors of #fe09fb

#fe09fb

Complementary Color

#fe09fb #09fe0c

#fe09fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe09fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe09fb Color CSS Codes

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

#fe09fb Text Font Color

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

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


#fe09fb Background Color

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

This div background color is #fe09fb


#fe09fb Border Color

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

This div border color is #fe09fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe09fb

Related Colors


Comments

No comments written yet.

Please login to write comment.