Color Hex Logo

#f568fe Color Hex

#F568FE
(245,104,254)
0 Favorites   0 Comments

Color spaces of #f568fe

RGB 245104254
HSL0.820.990.70
HSV296°59°100°
CMYK 0.040.590.00   0.00
XYZ60.495936.468997.6166
Yxy36.46890.31090.1874
Hunter Lab60.389573.1329-53.5667
CIE-Lab66.876772.8695-49.9584

#f568fe color RGB value is (245,104,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 11111110
Octal 365 150 376
Decimal 245 104 254
Hex F5 68 FE

RGB Percentages of Color #f568fe

%40.63
%17.25
%42.12

CMYK Percentages of Color #f568fe

%4
%59
%0
%0

Triadic Colors of #f568fe

#f568fe #fef568 #68fef5

Analogous Colors of #f568fe

#f568fe #fe68bc #aa68fe

Monochromatic Colors of #f568fe

#f568fe

Complementary Color

#f568fe #71fe68

#f568fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f568fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f568fe Color CSS Codes

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

#f568fe Text Font Color

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

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


#f568fe Background Color

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

This div background color is #f568fe


#f568fe Border Color

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

This div border color is #f568fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f568fe

Related Colors


Comments

No comments written yet.

Please login to write comment.