Color Hex Logo

#fe56fb Color Hex

#FE56FB
(254,86,251)
0 Favorites   0 Comments

Color spaces of #fe56fb

RGB 25486251
HSL0.840.990.67
HSV301°66°100°
CMYK 0.000.660.01   0.00
XYZ61.613434.691494.7155
Yxy34.69140.32250.1816
Hunter Lab58.899483.6510-54.1140
CIE-Lab65.507781.4023-50.3890

#fe56fb color RGB value is (254,86,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010110 11111011
Octal 376 126 373
Decimal 254 86 251
Hex FE 56 FB

RGB Percentages of Color #fe56fb

%42.98
%14.55
%42.47

CMYK Percentages of Color #fe56fb

%0
%66
%1
%0

Triadic Colors of #fe56fb

#fe56fb #fbfe56 #56fbfe

Analogous Colors of #fe56fb

#fe56fb #fe56a7 #ad56fe

Monochromatic Colors of #fe56fb

#fe56fb

Complementary Color

#fe56fb #56fe59

#fe56fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe56fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe56fb Color CSS Codes

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

#fe56fb Text Font Color

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

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


#fe56fb Background Color

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

This div background color is #fe56fb


#fe56fb Border Color

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

This div border color is #fe56fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe56fb

Related Colors


Comments

No comments written yet.

Please login to write comment.