Color Hex Logo

#fe18e4 Color Hex

#FE18E4
(254,24,228)
0 Favorites   0 Comments

Color spaces of #fe18e4

RGB 25424228
HSL0.850.990.55
HSV307°91°100°
CMYK 0.000.910.10   0.00
XYZ55.203327.325575.7636
Yxy27.32550.34870.1726
Hunter Lab52.273897.0243-49.3409
CIE-Lab59.274492.7105-47.4437

#fe18e4 color RGB value is (254,24,228).

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

The process color (four color CMYK) of #fe18e4 color hex is 0.00, 0.91, 0.10, 0.00. Web safe color of #fe18e4 is #ff00cc. Color #fe18e4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 11100100
Octal 376 30 344
Decimal 254 24 228
Hex FE 18 E4

RGB Percentages of Color #fe18e4

%50.20
%4.74
%45.06

CMYK Percentages of Color #fe18e4

%0
%91
%10
%0

Triadic Colors of #fe18e4

#fe18e4 #e4fe18 #18e4fe

Analogous Colors of #fe18e4

#fe18e4 #fe1871 #a518fe

Monochromatic Colors of #fe18e4

#fe18e4

Complementary Color

#fe18e4 #18fe32

#fe18e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe18e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe18e4 Color CSS Codes

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

#fe18e4 Text Font Color

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

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


#fe18e4 Background Color

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

This div background color is #fe18e4


#fe18e4 Border Color

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

This div border color is #fe18e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe18e4

Related Colors


Comments

No comments written yet.

Please login to write comment.