Color Hex Logo

#f68bfe Color Hex

#F68BFE
(246,139,254)
0 Favorites   0 Comments

Color spaces of #f68bfe

RGB 246139254
HSL0.820.980.77
HSV296°45°100°
CMYK 0.030.450.00   0.00
XYZ65.128045.213899.0604
Yxy45.21380.31100.2159
Hunter Lab67.241255.2181-40.2778
CIE-Lab73.032557.0444-40.2911

#f68bfe color RGB value is (246,139,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001011 11111110
Octal 366 213 376
Decimal 246 139 254
Hex F6 8B FE

RGB Percentages of Color #f68bfe

%38.50
%21.75
%39.75

CMYK Percentages of Color #f68bfe

%3
%45
%0
%0

Triadic Colors of #f68bfe

#f68bfe #fef68b #8bfef6

Analogous Colors of #f68bfe

#f68bfe #fe8bcd #bd8bfe

Monochromatic Colors of #f68bfe

#f68bfe

Complementary Color

#f68bfe #93fe8b

#f68bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68bfe Color CSS Codes

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

#f68bfe Text Font Color

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

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


#f68bfe Background Color

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

This div background color is #f68bfe


#f68bfe Border Color

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

This div border color is #f68bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.