Color Hex Logo

#fa2eff Color Hex

#FA2EFF
(250,46,255)
0 Favorites   0 Comments

Color spaces of #fa2eff

RGB 25046255
HSL0.831.000.59
HSV299°82°100°
CMYK 0.020.820.00   0.00
XYZ58.451329.498097.2207
Yxy29.49800.31570.1593
Hunter Lab54.312197.0578-68.1130
CIE-Lab61.218692.3564-59.4525

#fa2eff color RGB value is (250,46,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101110 11111111
Octal 372 56 377
Decimal 250 46 255
Hex FA 2E FF

RGB Percentages of Color #fa2eff

%45.37
%8.35
%46.28

CMYK Percentages of Color #fa2eff

%2
%82
%0
%0

Triadic Colors of #fa2eff

#fa2eff #fffa2e #2efffa

Analogous Colors of #fa2eff

#fa2eff #ff2e9c #922eff

Monochromatic Colors of #fa2eff

#fa2eff

Complementary Color

#fa2eff #33ff2e

#fa2eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2eff Color CSS Codes

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

#fa2eff Text Font Color

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

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


#fa2eff Background Color

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

This div background color is #fa2eff


#fa2eff Border Color

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

This div border color is #fa2eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2eff

Related Colors


Comments

No comments written yet.

Please login to write comment.