Color Hex Logo

#fe106d Color Hex

#FE106D
(254,16,109)
0 Favorites   0 Comments

Color spaces of #fe106d

RGB 25416109
HSL0.930.990.53
HSV337°94°100°
CMYK 0.000.940.57   0.00
XYZ43.818722.545516.5102
Yxy22.54550.52870.2720
Hunter Lab47.482181.634512.6215
CIE-Lab54.601181.942615.0760

#fe106d color RGB value is (254,16,109).

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

The process color (four color CMYK) of #fe106d color hex is 0.00, 0.94, 0.57, 0.00. Web safe color of #fe106d is #ff0066. Color #fe106d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010000 01101101
Octal 376 20 155
Decimal 254 16 109
Hex FE 10 6D

RGB Percentages of Color #fe106d

%67.02
%4.22
%28.76

CMYK Percentages of Color #fe106d

%0
%94
%57
%0

Triadic Colors of #fe106d

#fe106d #6dfe10 #106dfe

Analogous Colors of #fe106d

#fe106d #fe2a10 #fe10e4

Monochromatic Colors of #fe106d

#fe106d

Complementary Color

#fe106d #10fea1

#fe106d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe106d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe106d Color CSS Codes

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

#fe106d Text Font Color

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

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


#fe106d Background Color

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

This div background color is #fe106d


#fe106d Border Color

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

This div border color is #fe106d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe106d


Comments

No comments written yet.

Please login to write comment.