Color Hex Logo

#fa65eb Color Hex

#FA65EB
(250,101,235)
0 Favorites   0 Comments

Color spaces of #fa65eb

RGB 250101235
HSL0.850.940.69
HSV306°60°98°
CMYK 0.000.600.06   0.02
XYZ59.073435.629582.3609
Yxy35.62950.33360.2012
Hunter Lab59.690572.1965-40.0250
CIE-Lab66.235972.2337-40.4428

#fa65eb color RGB value is (250,101,235).

#fa65eb hex color red value is 250, green value is 101 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa65eb hue: 0.85 , saturation: 0.94 and the lightness value of fa65eb is 0.69.

The process color (four color CMYK) of #fa65eb color hex is 0.00, 0.60, 0.06, 0.02. Web safe color of #fa65eb is #ff66ff. Color #fa65eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 11101011
Octal 372 145 353
Decimal 250 101 235
Hex FA 65 EB

RGB Percentages of Color #fa65eb

%42.66
%17.24
%40.10

CMYK Percentages of Color #fa65eb

%0
%60
%6
%2

Triadic Colors of #fa65eb

#fa65eb #ebfa65 #65ebfa

Analogous Colors of #fa65eb

#fa65eb #fa65a1 #bf65fa

Monochromatic Colors of #fa65eb

#fa65eb

Complementary Color

#fa65eb #65fa74

#fa65eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa65eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa65eb Color CSS Codes

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

#fa65eb Text Font Color

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

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


#fa65eb Background Color

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

This div background color is #fa65eb


#fa65eb Border Color

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

This div border color is #fa65eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa65eb


Comments

No comments written yet.

Please login to write comment.