Color Hex Logo

#fa94fd Color Hex

#FA94FD
(250,148,253)
0 Favorites   0 Comments

Color spaces of #fa94fd

RGB 250148253
HSL0.830.960.79
HSV298°42°99°
CMYK 0.010.420.00   0.01
XYZ67.743948.595798.7379
Yxy48.59570.31500.2259
Hunter Lab69.710651.4705-35.1807
CIE-Lab75.199153.5297-36.3450

#fa94fd color RGB value is (250,148,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010100 11111101
Octal 372 224 375
Decimal 250 148 253
Hex FA 94 FD

RGB Percentages of Color #fa94fd

%38.40
%22.73
%38.86

CMYK Percentages of Color #fa94fd

%1
%42
%0
%1

Triadic Colors of #fa94fd

#fa94fd #fdfa94 #94fdfa

Analogous Colors of #fa94fd

#fa94fd #fd94cc #c694fd

Monochromatic Colors of #fa94fd

#fa94fd

Complementary Color

#fa94fd #97fd94

#fa94fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa94fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa94fd Color CSS Codes

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

#fa94fd Text Font Color

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

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


#fa94fd Background Color

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

This div background color is #fa94fd


#fa94fd Border Color

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

This div border color is #fa94fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa94fd

Related Colors


Comments

No comments written yet.

Please login to write comment.