Color Hex Logo

#fe188e Color Hex

#FE188E
(254,24,142)
0 Favorites   0 Comments

Color spaces of #fe188e

RGB 25424142
HSL0.910.990.55
HSV329°91°100°
CMYK 0.000.910.44   0.00
XYZ46.082223.677127.7325
Yxy23.67710.47270.2429
Hunter Lab48.659183.89340.2700
CIE-Lab55.763083.4736-3.0474

#fe188e color RGB value is (254,24,142).

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

The process color (four color CMYK) of #fe188e color hex is 0.00, 0.91, 0.44, 0.00. Web safe color of #fe188e is #ff0099. Color #fe188e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 10001110
Octal 376 30 216
Decimal 254 24 142
Hex FE 18 8E

RGB Percentages of Color #fe188e

%60.48
%5.71
%33.81

CMYK Percentages of Color #fe188e

%0
%91
%44
%0

Triadic Colors of #fe188e

#fe188e #8efe18 #188efe

Analogous Colors of #fe188e

#fe188e #fe181b #fb18fe

Monochromatic Colors of #fe188e

#fe188e

Complementary Color

#fe188e #18fe88

#fe188e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe188e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe188e Color CSS Codes

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

#fe188e Text Font Color

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

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


#fe188e Background Color

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

This div background color is #fe188e


#fe188e Border Color

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

This div border color is #fe188e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe188e


Comments

No comments written yet.

Please login to write comment.