Color Hex Logo

#fe29fa Color Hex

#FE29FA
(254,41,250)
0 Favorites   0 Comments

Color spaces of #fe29fa

RGB 25441250
HSL0.840.990.58
HSV301°84°100°
CMYK 0.000.840.02   0.00
XYZ58.921329.558893.0424
Yxy29.55880.32460.1628
Hunter Lab54.368098.3053-63.4080
CIE-Lab61.271793.2645-56.5617

#fe29fa color RGB value is (254,41,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101001 11111010
Octal 376 51 372
Decimal 254 41 250
Hex FE 29 FA

RGB Percentages of Color #fe29fa

%46.61
%7.52
%45.87

CMYK Percentages of Color #fe29fa

%0
%84
%2
%0

Triadic Colors of #fe29fa

#fe29fa #fafe29 #29fafe

Analogous Colors of #fe29fa

#fe29fa #fe2990 #9829fe

Monochromatic Colors of #fe29fa

#fe29fa

Complementary Color

#fe29fa #29fe2d

#fe29fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe29fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe29fa Color CSS Codes

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

#fe29fa Text Font Color

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

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


#fe29fa Background Color

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

This div background color is #fe29fa


#fe29fa Border Color

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

This div border color is #fe29fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe29fa


Comments

No comments written yet.

Please login to write comment.