Color Hex Logo

#fa61fa Color Hex

#FA61FA
(250,97,250)
0 Favorites   0 Comments

Color spaces of #fa61fa

RGB 25097250
HSL0.830.940.68
HSV300°61°98°
CMYK 0.000.610.00   0.02
XYZ60.954435.775594.1352
Yxy35.77550.31940.1874
Hunter Lab59.812677.2353-51.4438
CIE-Lab66.348076.2319-48.5494

#fa61fa color RGB value is (250,97,250).

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

The process color (four color CMYK) of #fa61fa color hex is 0.00, 0.61, 0.00, 0.02. Web safe color of #fa61fa is #ff66ff. Color #fa61fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100001 11111010
Octal 372 141 372
Decimal 250 97 250
Hex FA 61 FA

RGB Percentages of Color #fa61fa

%41.88
%16.25
%41.88

CMYK Percentages of Color #fa61fa

%0
%61
%0
%2

Triadic Colors of #fa61fa

#fa61fa #fafa61 #61fafa

Analogous Colors of #fa61fa

#fa61fa #fa61ae #ae61fa

Monochromatic Colors of #fa61fa

#fa61fa

Complementary Color

#fa61fa #61fa61

#fa61fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa61fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa61fa Color CSS Codes

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

#fa61fa Text Font Color

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

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


#fa61fa Background Color

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

This div background color is #fa61fa


#fa61fa Border Color

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

This div border color is #fa61fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa61fa

Related Colors


Comments

No comments written yet.

Please login to write comment.