Color Hex Logo

#f683fe Color Hex

#F683FE
(246,131,254)
0 Favorites   0 Comments

Color spaces of #f683fe

RGB 246131254
HSL0.820.980.75
HSV296°48°100°
CMYK 0.030.480.00   0.00
XYZ64.011742.981298.6883
Yxy42.98120.31120.2090
Hunter Lab65.560059.5542-43.3579
CIE-Lab71.542260.9348-42.6175

#f683fe color RGB value is (246,131,254).

#f683fe hex color red value is 246, green value is 131 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f683fe hue: 0.82 , saturation: 0.98 and the lightness value of f683fe is 0.75.

The process color (four color CMYK) of #f683fe color hex is 0.03, 0.48, 0.00, 0.00. Web safe color of #f683fe is #ff99ff. Color #f683fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000011 11111110
Octal 366 203 376
Decimal 246 131 254
Hex F6 83 FE

RGB Percentages of Color #f683fe

%38.99
%20.76
%40.25

CMYK Percentages of Color #f683fe

%3
%48
%0
%0

Triadic Colors of #f683fe

#f683fe #fef683 #83fef6

Analogous Colors of #f683fe

#f683fe #fe83c9 #b983fe

Monochromatic Colors of #f683fe

#f683fe

Complementary Color

#f683fe #8bfe83

#f683fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f683fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f683fe Color CSS Codes

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

#f683fe Text Font Color

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

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


#f683fe Background Color

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

This div background color is #f683fe


#f683fe Border Color

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

This div border color is #f683fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f683fe


Comments

No comments written yet.

Please login to write comment.