Color Hex Logo

#fe51ff Color Hex

#FE51FF
(254,81,255)
0 Favorites   0 Comments

Color spaces of #fe51ff

RGB 25481255
HSL0.831.000.66
HSV300°68°100°
CMYK 0.000.680.00   0.00
XYZ61.865534.175797.9436
Yxy34.17570.31890.1762
Hunter Lab58.460086.5933-58.4122
CIE-Lab65.101883.7413-53.2336

#fe51ff color RGB value is (254,81,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 11111111
Octal 376 121 377
Decimal 254 81 255
Hex FE 51 FF

RGB Percentages of Color #fe51ff

%43.05
%13.73
%43.22

CMYK Percentages of Color #fe51ff

%0
%68
%0
%0

Triadic Colors of #fe51ff

#fe51ff #fffe51 #51fffe

Analogous Colors of #fe51ff

#fe51ff #ff51a9 #a751ff

Monochromatic Colors of #fe51ff

#fe51ff

Complementary Color

#fe51ff #52ff51

#fe51ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe51ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe51ff Color CSS Codes

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

#fe51ff Text Font Color

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

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


#fe51ff Background Color

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

This div background color is #fe51ff


#fe51ff Border Color

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

This div border color is #fe51ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe51ff

Related Colors


Comments

No comments written yet.

Please login to write comment.