Color Hex Logo

#fe269e Color Hex

#FE269E
(254,38,158)
0 Favorites   0 Comments

Color spaces of #fe269e

RGB 25438158
HSL0.910.990.57
HSV327°85°100°
CMYK 0.000.850.38   0.00
XYZ47.737724.925734.6428
Yxy24.92570.44490.2323
Hunter Lab49.925683.3075-6.1927
CIE-Lab57.003082.7777-10.6690

#fe269e color RGB value is (254,38,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100110 10011110
Octal 376 46 236
Decimal 254 38 158
Hex FE 26 9E

RGB Percentages of Color #fe269e

%56.44
%8.44
%35.11

CMYK Percentages of Color #fe269e

%0
%85
%38
%0

Triadic Colors of #fe269e

#fe269e #9efe26 #269efe

Analogous Colors of #fe269e

#fe269e #fe2632 #f226fe

Monochromatic Colors of #fe269e

#fe269e

Complementary Color

#fe269e #26fe86

#fe269e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe269e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe269e Color CSS Codes

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

#fe269e Text Font Color

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

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


#fe269e Background Color

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

This div background color is #fe269e


#fe269e Border Color

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

This div border color is #fe269e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe269e


Comments

No comments written yet.

Please login to write comment.