Color Hex Logo

#fa10eb Color Hex

#FA10EB
(250,16,235)
0 Favorites   0 Comments

Color spaces of #fa10eb

RGB 25016235
HSL0.840.960.52
HSV304°94°98°
CMYK 0.000.940.06   0.02
XYZ54.605026.692780.8715
Yxy26.69270.33670.1646
Hunter Lab51.665098.2439-56.6415
CIE-Lab58.688893.7221-52.3498

#fa10eb color RGB value is (250,16,235).

#fa10eb hex color red value is 250, green value is 16 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa10eb hue: 0.84 , saturation: 0.96 and the lightness value of fa10eb is 0.52.

The process color (four color CMYK) of #fa10eb color hex is 0.00, 0.94, 0.06, 0.02. Web safe color of #fa10eb is #ff00ff. Color #fa10eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010000 11101011
Octal 372 20 353
Decimal 250 16 235
Hex FA 10 EB

RGB Percentages of Color #fa10eb

%49.90
%3.19
%46.91

CMYK Percentages of Color #fa10eb

%0
%94
%6
%2

Triadic Colors of #fa10eb

#fa10eb #ebfa10 #10ebfa

Analogous Colors of #fa10eb

#fa10eb #fa1076 #9410fa

Monochromatic Colors of #fa10eb

#fa10eb

Complementary Color

#fa10eb #10fa1f

#fa10eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa10eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa10eb Color CSS Codes

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

#fa10eb Text Font Color

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

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


#fa10eb Background Color

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

This div background color is #fa10eb


#fa10eb Border Color

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

This div border color is #fa10eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa10eb

Related Colors


Comments

No comments written yet.

Please login to write comment.