Color Hex Logo

#fe51ed Color Hex

#FE51ED
(254,81,237)
0 Favorites   0 Comments

Color spaces of #fe51ed

RGB 25481237
HSL0.850.990.66
HSV306°68°100°
CMYK 0.000.680.07   0.00
XYZ59.101533.070183.3889
Yxy33.07010.33660.1884
Hunter Lab57.506682.8140-45.7203
CIE-Lab64.217681.0006-44.6776

#fe51ed color RGB value is (254,81,237).

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

The process color (four color CMYK) of #fe51ed color hex is 0.00, 0.68, 0.07, 0.00. Web safe color of #fe51ed is #ff66ff. Color #fe51ed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 11101101
Octal 376 121 355
Decimal 254 81 237
Hex FE 51 ED

RGB Percentages of Color #fe51ed

%44.41
%14.16
%41.43

CMYK Percentages of Color #fe51ed

%0
%68
%7
%0

Triadic Colors of #fe51ed

#fe51ed #edfe51 #51edfe

Analogous Colors of #fe51ed

#fe51ed #fe5197 #b951fe

Monochromatic Colors of #fe51ed

#fe51ed

Complementary Color

#fe51ed #51fe62

#fe51ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe51ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe51ed Color CSS Codes

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

#fe51ed Text Font Color

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

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


#fe51ed Background Color

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

This div background color is #fe51ed


#fe51ed Border Color

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

This div border color is #fe51ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,81,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 #fe51ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe51ed

Related Colors


Comments

No comments written yet.

Please login to write comment.