Color Hex Logo

#fa78fa Color Hex

#FA78FA
(250,120,250)
0 Favorites   0 Comments

Color spaces of #fa78fa

RGB 250120250
HSL0.830.930.73
HSV300°52°98°
CMYK 0.000.520.00   0.02
XYZ63.396140.659194.9491
Yxy40.65910.31860.2043
Hunter Lab63.764565.8809-43.6512
CIE-Lab69.936466.4469-42.9101

#fa78fa color RGB value is (250,120,250).

#fa78fa hex color red value is 250, green value is 120 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fa78fa hue: 0.83 , saturation: 0.93 and the lightness value of fa78fa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111000 11111010
Octal 372 170 372
Decimal 250 120 250
Hex FA 78 FA

RGB Percentages of Color #fa78fa

%40.32
%19.35
%40.32

CMYK Percentages of Color #fa78fa

%0
%52
%0
%2

Triadic Colors of #fa78fa

#fa78fa #fafa78 #78fafa

Analogous Colors of #fa78fa

#fa78fa #fa78b9 #b978fa

Monochromatic Colors of #fa78fa

#fa78fa

Complementary Color

#fa78fa #78fa78

#fa78fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa78fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa78fa Color CSS Codes

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

#fa78fa Text Font Color

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

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


#fa78fa Background Color

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

This div background color is #fa78fa


#fa78fa Border Color

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

This div border color is #fa78fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa78fa

Related Colors


Comments

No comments written yet.

Please login to write comment.