Color Hex Logo

#fe026b Color Hex

#FE026B
(254,2,107)
0 Favorites   0 Comments

Color spaces of #fe026b

RGB 2542107
HSL0.930.990.50
HSV335°99°100°
CMYK 0.000.990.58   0.00
XYZ43.548622.175815.8950
Yxy22.17580.53360.2717
Hunter Lab47.091282.662212.9513
CIE-Lab54.213082.819915.7484

#fe026b color RGB value is (254,2,107).

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

The process color (four color CMYK) of #fe026b color hex is 0.00, 0.99, 0.58, 0.00. Web safe color of #fe026b is #ff0066. Color #fe026b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000010 01101011
Octal 376 2 153
Decimal 254 2 107
Hex FE 2 6B

RGB Percentages of Color #fe026b

%69.97
%0.55
%29.48

CMYK Percentages of Color #fe026b

%0
%99
%58
%0

Triadic Colors of #fe026b

#fe026b #6bfe02 #026bfe

Analogous Colors of #fe026b

#fe026b #fe1702 #fe02e9

Monochromatic Colors of #fe026b

#fe026b

Complementary Color

#fe026b #02fe95

#fe026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe026b Color CSS Codes

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

#fe026b Text Font Color

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

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


#fe026b Background Color

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

This div background color is #fe026b


#fe026b Border Color

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

This div border color is #fe026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe026b

Related Colors


Comments

No comments written yet.

Please login to write comment.