Color Hex Logo

#fa96eb Color Hex

#FA96EB
(250,150,235)
0 Favorites   0 Comments

Color spaces of #fa96eb

RGB 250150235
HSL0.860.910.78
HSV309°40°98°
CMYK 0.000.400.06   0.02
XYZ65.326148.134884.4452
Yxy48.13480.33010.2432
Hunter Lab69.379246.6583-23.5996
CIE-Lab74.909949.3985-27.0121

#fa96eb color RGB value is (250,150,235).

#fa96eb hex color red value is 250, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa96eb hue: 0.86 , saturation: 0.91 and the lightness value of fa96eb is 0.78.

The process color (four color CMYK) of #fa96eb color hex is 0.00, 0.40, 0.06, 0.02. Web safe color of #fa96eb is #ff99ff. Color #fa96eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 11101011
Octal 372 226 353
Decimal 250 150 235
Hex FA 96 EB

RGB Percentages of Color #fa96eb

%39.37
%23.62
%37.01

CMYK Percentages of Color #fa96eb

%0
%40
%6
%2

Triadic Colors of #fa96eb

#fa96eb #ebfa96 #96ebfa

Analogous Colors of #fa96eb

#fa96eb #fa96b9 #d796fa

Monochromatic Colors of #fa96eb

#fa96eb

Complementary Color

#fa96eb #96faa5

#fa96eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96eb Color CSS Codes

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

#fa96eb Text Font Color

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

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


#fa96eb Background Color

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

This div background color is #fa96eb


#fa96eb Border Color

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

This div border color is #fa96eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96eb


Comments

No comments written yet.

Please login to write comment.