Color Hex Logo

#fa9dfd Color Hex

#FA9DFD
(250,157,253)
0 Favorites   0 Comments

Color spaces of #fa9dfd

RGB 250157253
HSL0.830.960.80
HSV298°38°99°
CMYK 0.010.380.00   0.01
XYZ69.210951.529899.2269
Yxy51.52980.31460.2343
Hunter Lab71.784346.4786-31.7072
CIE-Lab76.998848.9733-33.5610

#fa9dfd color RGB value is (250,157,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011101 11111101
Octal 372 235 375
Decimal 250 157 253
Hex FA 9D FD

RGB Percentages of Color #fa9dfd

%37.88
%23.79
%38.33

CMYK Percentages of Color #fa9dfd

%1
%38
%0
%1

Triadic Colors of #fa9dfd

#fa9dfd #fdfa9d #9dfdfa

Analogous Colors of #fa9dfd

#fa9dfd #fd9dd0 #ca9dfd

Monochromatic Colors of #fa9dfd

#fa9dfd

Complementary Color

#fa9dfd #a0fd9d

#fa9dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9dfd Color CSS Codes

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

#fa9dfd Text Font Color

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

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


#fa9dfd Background Color

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

This div background color is #fa9dfd


#fa9dfd Border Color

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

This div border color is #fa9dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9dfd

Related Colors


Comments

No comments written yet.

Please login to write comment.