Color Hex Logo

#fa65fb Color Hex

#FA65FB
(250,101,251)
0 Favorites   0 Comments

Color spaces of #fa65fb

RGB 250101251
HSL0.830.950.69
HSV300°60°98°
CMYK 0.000.600.00   0.02
XYZ61.490636.596495.0897
Yxy36.59640.31830.1894
Hunter Lab60.495075.5716-50.8492
CIE-Lab66.973174.7981-48.1135

#fa65fb color RGB value is (250,101,251).

#fa65fb hex color red value is 250, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fa65fb hue: 0.83 , saturation: 0.95 and the lightness value of fa65fb is 0.69.

The process color (four color CMYK) of #fa65fb color hex is 0.00, 0.60, 0.00, 0.02. Web safe color of #fa65fb is #ff66ff. Color #fa65fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100101 11111011
Octal 372 145 373
Decimal 250 101 251
Hex FA 65 FB

RGB Percentages of Color #fa65fb

%41.53
%16.78
%41.69

CMYK Percentages of Color #fa65fb

%0
%60
%0
%2

Triadic Colors of #fa65fb

#fa65fb #fbfa65 #65fbfa

Analogous Colors of #fa65fb

#fa65fb #fb65b1 #af65fb

Monochromatic Colors of #fa65fb

#fa65fb

Complementary Color

#fa65fb #66fb65

#fa65fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa65fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa65fb Color CSS Codes

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

#fa65fb Text Font Color

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

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


#fa65fb Background Color

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

This div background color is #fa65fb


#fa65fb Border Color

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

This div border color is #fa65fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa65fb

Related Colors


Comments

No comments written yet.

Please login to write comment.