Color Hex Logo

#fe28fb Color Hex

#FE28FB
(254,40,251)
0 Favorites   0 Comments

Color spaces of #fe28fb

RGB 25440251
HSL0.840.990.58
HSV301°84°100°
CMYK 0.000.840.01   0.00
XYZ59.044429.553493.8592
Yxy29.55340.32360.1620
Hunter Lab54.363098.7358-64.3116
CIE-Lab61.267093.5815-57.1235

#fe28fb color RGB value is (254,40,251).

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

The process color (four color CMYK) of #fe28fb color hex is 0.00, 0.84, 0.01, 0.00. Web safe color of #fe28fb is #ff33ff. Color #fe28fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101000 11111011
Octal 376 50 373
Decimal 254 40 251
Hex FE 28 FB

RGB Percentages of Color #fe28fb

%46.61
%7.34
%46.06

CMYK Percentages of Color #fe28fb

%0
%84
%1
%0

Triadic Colors of #fe28fb

#fe28fb #fbfe28 #28fbfe

Analogous Colors of #fe28fb

#fe28fb #fe2890 #9628fe

Monochromatic Colors of #fe28fb

#fe28fb

Complementary Color

#fe28fb #28fe2b

#fe28fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe28fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe28fb Color CSS Codes

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

#fe28fb Text Font Color

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

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


#fe28fb Background Color

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

This div background color is #fe28fb


#fe28fb Border Color

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

This div border color is #fe28fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe28fb

Related Colors


Comments

No comments written yet.

Please login to write comment.