Color Hex Logo

#fe29ff Color Hex

#FE29FF
(254,41,255)
0 Favorites   0 Comments

Color spaces of #fe29ff

RGB 25441255
HSL0.831.000.58
HSV300°84°100°
CMYK 0.000.840.00   0.00
XYZ59.716029.876797.2271
Yxy29.87670.31960.1599
Hunter Lab54.659699.3583-67.2019
CIE-Lab61.547793.9829-58.8895

#fe29ff color RGB value is (254,41,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 11111111
Octal 376 51 377
Decimal 254 41 255
Hex FE 29 FF

RGB Percentages of Color #fe29ff

%46.18
%7.45
%46.36

CMYK Percentages of Color #fe29ff

%0
%84
%0
%0

Triadic Colors of #fe29ff

#fe29ff #fffe29 #29fffe

Analogous Colors of #fe29ff

#fe29ff #ff2995 #9329ff

Monochromatic Colors of #fe29ff

#fe29ff

Complementary Color

#fe29ff #2aff29

#fe29ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29ff Color CSS Codes

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

#fe29ff Text Font Color

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

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


#fe29ff Background Color

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

This div background color is #fe29ff


#fe29ff Border Color

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

This div border color is #fe29ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29ff

Related Colors


Comments

No comments written yet.

Please login to write comment.