Color Hex Logo

#fe1888 Color Hex

#FE1888
(254,24,136)
0 Favorites   0 Comments

Color spaces of #fe1888

RGB 25424136
HSL0.920.990.55
HSV331°91°100°
CMYK 0.000.910.46   0.00
XYZ45.643623.501725.4231
Yxy23.50170.48270.2485
Hunter Lab48.478683.22412.8422
CIE-Lab55.585482.98920.2679

#fe1888 color RGB value is (254,24,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 10001000
Octal 376 30 210
Decimal 254 24 136
Hex FE 18 88

RGB Percentages of Color #fe1888

%61.35
%5.80
%32.85

CMYK Percentages of Color #fe1888

%0
%91
%46
%0

Triadic Colors of #fe1888

#fe1888 #88fe18 #1888fe

Analogous Colors of #fe1888

#fe1888 #fe1b18 #fe18fb

Monochromatic Colors of #fe1888

#fe1888

Complementary Color

#fe1888 #18fe8e

#fe1888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe1888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe1888 Color CSS Codes

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

#fe1888 Text Font Color

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

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


#fe1888 Background Color

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

This div background color is #fe1888


#fe1888 Border Color

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

This div border color is #fe1888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe1888


Comments

No comments written yet.

Please login to write comment.