Color Hex Logo

#fa9def Color Hex

#FA9DEF
(250,157,239)
0 Favorites   0 Comments

Color spaces of #fa9def

RGB 250157239
HSL0.850.900.80
HSV307°37°98°
CMYK 0.000.370.04   0.02
XYZ67.061350.669987.9071
Yxy50.66990.32610.2464
Hunter Lab71.182843.5949-23.3922
CIE-Lab76.478646.5094-26.7848

#fa9def color RGB value is (250,157,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11101111
Octal 372 235 357
Decimal 250 157 239
Hex FA 9D EF

RGB Percentages of Color #fa9def

%38.70
%24.30
%37.00

CMYK Percentages of Color #fa9def

%0
%37
%4
%2

Triadic Colors of #fa9def

#fa9def #effa9d #9deffa

Analogous Colors of #fa9def

#fa9def #fa9dc1 #d79dfa

Monochromatic Colors of #fa9def

#fa9def

Complementary Color

#fa9def #9dfaa8

#fa9def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9def Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9def Color CSS Codes

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

#fa9def Text Font Color

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

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


#fa9def Background Color

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

This div background color is #fa9def


#fa9def Border Color

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

This div border color is #fa9def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9def

Related Colors


Comments

No comments written yet.

Please login to write comment.