Color Hex Logo

#f575fe Color Hex

#F575FE
(245,117,254)
0 Favorites   0 Comments

Color spaces of #f575fe

RGB 245117254
HSL0.820.990.73
HSV296°54°100°
CMYK 0.040.540.00   0.00
XYZ61.906939.290898.0870
Yxy39.29080.31060.1972
Hunter Lab62.682466.5975-48.9009
CIE-Lab68.961467.2017-46.6733

#f575fe color RGB value is (245,117,254).

#f575fe hex color red value is 245, green value is 117 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f575fe hue: 0.82 , saturation: 0.99 and the lightness value of f575fe is 0.73.

The process color (four color CMYK) of #f575fe color hex is 0.04, 0.54, 0.00, 0.00. Web safe color of #f575fe is #ff66ff. Color #f575fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110101 11111110
Octal 365 165 376
Decimal 245 117 254
Hex F5 75 FE

RGB Percentages of Color #f575fe

%39.77
%18.99
%41.23

CMYK Percentages of Color #f575fe

%4
%54
%0
%0

Triadic Colors of #f575fe

#f575fe #fef575 #75fef5

Analogous Colors of #f575fe

#f575fe #fe75c3 #b175fe

Monochromatic Colors of #f575fe

#f575fe

Complementary Color

#f575fe #7efe75

#f575fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f575fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f575fe Color CSS Codes

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

#f575fe Text Font Color

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

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


#f575fe Background Color

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

This div background color is #f575fe


#f575fe Border Color

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

This div border color is #f575fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f575fe

Related Colors


Comments

No comments written yet.

Please login to write comment.