Color Hex Logo

#fa5ffc Color Hex

#FA5FFC
(250,95,252)
0 Favorites   0 Comments

Color spaces of #fa5ffc

RGB 25095252
HSL0.830.960.68
HSV299°62°99°
CMYK 0.010.620.00   0.01
XYZ61.087235.536795.7351
Yxy35.53670.31760.1847
Hunter Lab59.612778.5931-53.4880
CIE-Lab66.164477.3363-49.9394

#fa5ffc color RGB value is (250,95,252).

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

The process color (four color CMYK) of #fa5ffc color hex is 0.01, 0.62, 0.00, 0.01. Web safe color of #fa5ffc is #ff66ff. Color #fa5ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011111 11111100
Octal 372 137 374
Decimal 250 95 252
Hex FA 5F FC

RGB Percentages of Color #fa5ffc

%41.88
%15.91
%42.21

CMYK Percentages of Color #fa5ffc

%1
%62
%0
%1

Triadic Colors of #fa5ffc

#fa5ffc #fcfa5f #5ffcfa

Analogous Colors of #fa5ffc

#fa5ffc #fc5fb0 #ac5ffc

Monochromatic Colors of #fa5ffc

#fa5ffc

Complementary Color

#fa5ffc #61fc5f

#fa5ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5ffc Color CSS Codes

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

#fa5ffc Text Font Color

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

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


#fa5ffc Background Color

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

This div background color is #fa5ffc


#fa5ffc Border Color

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

This div border color is #fa5ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.