Color Hex Logo

#fe14ed Color Hex

#FE14ED
(254,20,237)
0 Favorites   0 Comments

Color spaces of #fe14ed

RGB 25420237
HSL0.850.990.54
HSV304°92°100°
CMYK 0.000.920.07   0.00
XYZ56.409327.685682.4915
Yxy27.68560.33860.1662
Hunter Lab52.617199.2848-56.1211
CIE-Lab59.603694.3075-51.9740

#fe14ed color RGB value is (254,20,237).

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

The process color (four color CMYK) of #fe14ed color hex is 0.00, 0.92, 0.07, 0.00. Web safe color of #fe14ed is #ff00ff. Color #fe14ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00010100 11101101
Octal 376 24 355
Decimal 254 20 237
Hex FE 14 ED

RGB Percentages of Color #fe14ed

%49.71
%3.91
%46.38

CMYK Percentages of Color #fe14ed

%0
%92
%7
%0

Triadic Colors of #fe14ed

#fe14ed #edfe14 #14edfe

Analogous Colors of #fe14ed

#fe14ed #fe1478 #9a14fe

Monochromatic Colors of #fe14ed

#fe14ed

Complementary Color

#fe14ed #14fe25

#fe14ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe14ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe14ed Color CSS Codes

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

#fe14ed Text Font Color

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

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


#fe14ed Background Color

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

This div background color is #fe14ed


#fe14ed Border Color

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

This div border color is #fe14ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe14ed


Comments

No comments written yet.

Please login to write comment.