Color Hex Logo

#fe2aff Color Hex

#FE2AFF
(254,42,255)
0 Favorites   0 Comments

Color spaces of #fe2aff

RGB 25442255
HSL0.831.000.58
HSV300°84°100°
CMYK 0.000.840.00   0.00
XYZ59.751029.946897.2388
Yxy29.94680.31960.1602
Hunter Lab54.723799.1319-67.0462
CIE-Lab61.608393.8053-58.7927

#fe2aff color RGB value is (254,42,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101010 11111111
Octal 376 52 377
Decimal 254 42 255
Hex FE 2A FF

RGB Percentages of Color #fe2aff

%46.10
%7.62
%46.28

CMYK Percentages of Color #fe2aff

%0
%84
%0
%0

Triadic Colors of #fe2aff

#fe2aff #fffe2a #2afffe

Analogous Colors of #fe2aff

#fe2aff #ff2a96 #942aff

Monochromatic Colors of #fe2aff

#fe2aff

Complementary Color

#fe2aff #2bff2a

#fe2aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2aff Color CSS Codes

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

#fe2aff Text Font Color

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

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


#fe2aff Background Color

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

This div background color is #fe2aff


#fe2aff Border Color

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

This div border color is #fe2aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2aff

Related Colors


Comments

No comments written yet.

Please login to write comment.