Color Hex Logo

#fa9afd Color Hex

#FA9AFD
(250,154,253)
0 Favorites   0 Comments

Color spaces of #fa9afd

RGB 250154253
HSL0.830.960.80
HSV298°39°99°
CMYK 0.010.390.00   0.01
XYZ68.709650.527099.0598
Yxy50.52700.31480.2315
Hunter Lab71.082348.1475-32.8684
CIE-Lab76.391650.5019-34.4991

#fa9afd color RGB value is (250,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011010 11111101
Octal 372 232 375
Decimal 250 154 253
Hex FA 9A FD

RGB Percentages of Color #fa9afd

%38.05
%23.44
%38.51

CMYK Percentages of Color #fa9afd

%1
%39
%0
%1

Triadic Colors of #fa9afd

#fa9afd #fdfa9a #9afdfa

Analogous Colors of #fa9afd

#fa9afd #fd9acf #c99afd

Monochromatic Colors of #fa9afd

#fa9afd

Complementary Color

#fa9afd #9dfd9a

#fa9afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9afd Color CSS Codes

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

#fa9afd Text Font Color

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

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


#fa9afd Background Color

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

This div background color is #fa9afd


#fa9afd Border Color

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

This div border color is #fa9afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9afd

Related Colors


Comments

No comments written yet.

Please login to write comment.