Color Hex Logo

#fe268a Color Hex

#FE268A
(254,38,138)
0 Favorites   0 Comments

Color spaces of #fe268a

RGB 25438138
HSL0.920.990.57
HSV332°85°100°
CMYK 0.000.850.46   0.00
XYZ46.153624.292026.3010
Yxy24.29200.47710.2511
Hunter Lab49.286980.90012.8619
CIE-Lab56.379081.02150.2345

#fe268a color RGB value is (254,38,138).

#fe268a hex color red value is 254, green value is 38 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fe268a hue: 0.92 , saturation: 0.99 and the lightness value of fe268a is 0.57.

The process color (four color CMYK) of #fe268a color hex is 0.00, 0.85, 0.46, 0.00. Web safe color of #fe268a is #ff3399. Color #fe268a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 10001010
Octal 376 46 212
Decimal 254 38 138
Hex FE 26 8A

RGB Percentages of Color #fe268a

%59.07
%8.84
%32.09

CMYK Percentages of Color #fe268a

%0
%85
%46
%0

Triadic Colors of #fe268a

#fe268a #8afe26 #268afe

Analogous Colors of #fe268a

#fe268a #fe2e26 #fe26f6

Monochromatic Colors of #fe268a

#fe268a

Complementary Color

#fe268a #26fe9a

#fe268a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe268a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe268a Color CSS Codes

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

#fe268a Text Font Color

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

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


#fe268a Background Color

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

This div background color is #fe268a


#fe268a Border Color

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

This div border color is #fe268a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe268a


Comments

No comments written yet.

Please login to write comment.