Color Hex Logo

#fe51fb Color Hex

#FE51FB
(254,81,251)
0 Favorites   0 Comments

Color spaces of #fe51fb

RGB 25481251
HSL0.840.990.66
HSV301°68°100°
CMYK 0.000.680.01   0.00
XYZ61.228133.920794.5871
Yxy33.92070.32270.1788
Hunter Lab58.241585.7309-55.5209
CIE-Lab64.899683.1196-51.3512

#fe51fb color RGB value is (254,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 11111011
Octal 376 121 373
Decimal 254 81 251
Hex FE 51 FB

RGB Percentages of Color #fe51fb

%43.34
%13.82
%42.83

CMYK Percentages of Color #fe51fb

%0
%68
%1
%0

Triadic Colors of #fe51fb

#fe51fb #fbfe51 #51fbfe

Analogous Colors of #fe51fb

#fe51fb #fe51a5 #ab51fe

Monochromatic Colors of #fe51fb

#fe51fb

Complementary Color

#fe51fb #51fe54

#fe51fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe51fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe51fb Color CSS Codes

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

#fe51fb Text Font Color

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

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


#fe51fb Background Color

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

This div background color is #fe51fb


#fe51fb Border Color

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

This div border color is #fe51fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe51fb

Related Colors


Comments

No comments written yet.

Please login to write comment.