Color Hex Logo

#fa9df7 Color Hex

#FA9DF7
(250,157,247)
0 Favorites   0 Comments

Color spaces of #fa9df7

RGB 250157247
HSL0.840.900.80
HSV302°37°98°
CMYK 0.000.370.01   0.02
XYZ68.269851.153394.2711
Yxy51.15330.31950.2394
Hunter Lab71.521545.2218-28.0839
CIE-Lab76.771847.9038-30.6691

#fa9df7 color RGB value is (250,157,247).

#fa9df7 hex color red value is 250, green value is 157 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fa9df7 hue: 0.84 , saturation: 0.90 and the lightness value of fa9df7 is 0.80.

The process color (four color CMYK) of #fa9df7 color hex is 0.00, 0.37, 0.01, 0.02. Web safe color of #fa9df7 is #ff99ff. Color #fa9df7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11110111
Octal 372 235 367
Decimal 250 157 247
Hex FA 9D F7

RGB Percentages of Color #fa9df7

%38.23
%24.01
%37.77

CMYK Percentages of Color #fa9df7

%0
%37
%1
%2

Triadic Colors of #fa9df7

#fa9df7 #f7fa9d #9df7fa

Analogous Colors of #fa9df7

#fa9df7 #fa9dc9 #cf9dfa

Monochromatic Colors of #fa9df7

#fa9df7

Complementary Color

#fa9df7 #9dfaa0

#fa9df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9df7 Color CSS Codes

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

#fa9df7 Text Font Color

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

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


#fa9df7 Background Color

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

This div background color is #fa9df7


#fa9df7 Border Color

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

This div border color is #fa9df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9df7


Comments

No comments written yet.

Please login to write comment.