Color Hex Logo

#fe109b Color Hex

#FE109B
(254,16,155)
0 Favorites   0 Comments

Color spaces of #fe109b

RGB 25416155
HSL0.900.990.53
HSV325°94°100°
CMYK 0.000.940.39   0.00
XYZ46.974723.808033.1299
Yxy23.80800.45210.2291
Hunter Lab48.793486.4580-6.1015
CIE-Lab55.895085.4243-10.5619

#fe109b color RGB value is (254,16,155).

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

The process color (four color CMYK) of #fe109b color hex is 0.00, 0.94, 0.39, 0.00. Web safe color of #fe109b is #ff0099. Color #fe109b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010000 10011011
Octal 376 20 233
Decimal 254 16 155
Hex FE 10 9B

RGB Percentages of Color #fe109b

%59.76
%3.76
%36.47

CMYK Percentages of Color #fe109b

%0
%94
%39
%0

Triadic Colors of #fe109b

#fe109b #9bfe10 #109bfe

Analogous Colors of #fe109b

#fe109b #fe1024 #ea10fe

Monochromatic Colors of #fe109b

#fe109b

Complementary Color

#fe109b #10fe73

#fe109b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe109b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe109b Color CSS Codes

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

#fe109b Text Font Color

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

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


#fe109b Background Color

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

This div background color is #fe109b


#fe109b Border Color

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

This div border color is #fe109b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe109b

Related Colors


Comments

No comments written yet.

Please login to write comment.