Color Hex Logo

#f578fa Color Hex

#F578FA
(245,120,250)
0 Favorites   0 Comments

Color spaces of #f578fa

RGB 245120250
HSL0.830.930.73
HSV298°52°98°
CMYK 0.020.520.00   0.02
XYZ61.628039.747594.8664
Yxy39.74750.31400.2025
Hunter Lab63.045664.1565-45.0833
CIE-Lab69.289365.1364-43.9703

#f578fa color RGB value is (245,120,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111000 11111010
Octal 365 170 372
Decimal 245 120 250
Hex F5 78 FA

RGB Percentages of Color #f578fa

%39.84
%19.51
%40.65

CMYK Percentages of Color #f578fa

%2
%52
%0
%2

Triadic Colors of #f578fa

#f578fa #faf578 #78faf5

Analogous Colors of #f578fa

#f578fa #fa78be #b478fa

Monochromatic Colors of #f578fa

#f578fa

Complementary Color

#f578fa #7dfa78

#f578fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f578fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f578fa Color CSS Codes

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

#f578fa Text Font Color

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

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


#f578fa Background Color

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

This div background color is #f578fa


#f578fa Border Color

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

This div border color is #f578fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f578fa


Comments

No comments written yet.

Please login to write comment.