Color Hex Logo

#fa91fd Color Hex

#FA91FD
(250,145,253)
0 Favorites   0 Comments

Color spaces of #fa91fd

RGB 250145253
HSL0.830.960.78
HSV298°43°99°
CMYK 0.010.430.00   0.01
XYZ67.279447.666698.5831
Yxy47.66660.31510.2232
Hunter Lab69.041053.1238-36.3310
CIE-Lab74.614255.0280-37.2523

#fa91fd color RGB value is (250,145,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010001 11111101
Octal 372 221 375
Decimal 250 145 253
Hex FA 91 FD

RGB Percentages of Color #fa91fd

%38.58
%22.38
%39.04

CMYK Percentages of Color #fa91fd

%1
%43
%0
%1

Triadic Colors of #fa91fd

#fa91fd #fdfa91 #91fdfa

Analogous Colors of #fa91fd

#fa91fd #fd91ca #c491fd

Monochromatic Colors of #fa91fd

#fa91fd

Complementary Color

#fa91fd #94fd91

#fa91fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa91fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa91fd Color CSS Codes

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

#fa91fd Text Font Color

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

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


#fa91fd Background Color

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

This div background color is #fa91fd


#fa91fd Border Color

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

This div border color is #fa91fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa91fd

Related Colors


Comments

No comments written yet.

Please login to write comment.