Color Hex Logo

#fa96fd Color Hex

#FA96FD
(250,150,253)
0 Favorites   0 Comments

Color spaces of #fa96fd

RGB 250150253
HSL0.830.960.79
HSV298°41°99°
CMYK 0.010.410.00   0.01
XYZ68.060349.228598.8434
Yxy49.22850.31490.2278
Hunter Lab70.163050.3652-34.4117
CIE-Lab75.593352.5251-35.7343

#fa96fd color RGB value is (250,150,253).

#fa96fd hex color red value is 250, green value is 150 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #fa96fd hue: 0.83 , saturation: 0.96 and the lightness value of fa96fd is 0.79.

The process color (four color CMYK) of #fa96fd color hex is 0.01, 0.41, 0.00, 0.01. Web safe color of #fa96fd is #ff99ff. Color #fa96fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010110 11111101
Octal 372 226 375
Decimal 250 150 253
Hex FA 96 FD

RGB Percentages of Color #fa96fd

%38.28
%22.97
%38.74

CMYK Percentages of Color #fa96fd

%1
%41
%0
%1

Triadic Colors of #fa96fd

#fa96fd #fdfa96 #96fdfa

Analogous Colors of #fa96fd

#fa96fd #fd96cd #c796fd

Monochromatic Colors of #fa96fd

#fa96fd

Complementary Color

#fa96fd #99fd96

#fa96fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa96fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa96fd Color CSS Codes

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

#fa96fd Text Font Color

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

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


#fa96fd Background Color

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

This div background color is #fa96fd


#fa96fd Border Color

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

This div border color is #fa96fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa96fd

Related Colors


Comments

No comments written yet.

Please login to write comment.