Color Hex Logo

#fe3aff Color Hex

#FE3AFF
(254,58,255)
0 Favorites   0 Comments

Color spaces of #fe3aff

RGB 25458255
HSL0.831.000.61
HSV300°77°100°
CMYK 0.000.770.00   0.00
XYZ60.436131.316997.4672
Yxy31.31690.31940.1655
Hunter Lab55.961594.8400-64.0913
CIE-Lab62.774290.4105-56.9331

#fe3aff color RGB value is (254,58,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111010 11111111
Octal 376 72 377
Decimal 254 58 255
Hex FE 3A FF

RGB Percentages of Color #fe3aff

%44.80
%10.23
%44.97

CMYK Percentages of Color #fe3aff

%0
%77
%0
%0

Triadic Colors of #fe3aff

#fe3aff #fffe3a #3afffe

Analogous Colors of #fe3aff

#fe3aff #ff3a9e #9c3aff

Monochromatic Colors of #fe3aff

#fe3aff

Complementary Color

#fe3aff #3bff3a

#fe3aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3aff Color CSS Codes

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

#fe3aff Text Font Color

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

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


#fe3aff Background Color

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

This div background color is #fe3aff


#fe3aff Border Color

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

This div border color is #fe3aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3aff

Related Colors

#fe3aff Color Palettes


Comments

No comments written yet.

Please login to write comment.