Color Hex Logo

#f886fe Color Hex

#F886FE
(248,134,254)
0 Favorites   0 Comments

Color spaces of #f886fe

RGB 248134254
HSL0.830.980.76
HSV297°47°100°
CMYK 0.020.470.00   0.00
XYZ65.125944.162498.8576
Yxy44.16240.31290.2122
Hunter Lab66.454858.6346-41.6810
CIE-Lab72.336960.0376-41.3580

#f886fe color RGB value is (248,134,254).

#f886fe hex color red value is 248, green value is 134 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f886fe hue: 0.83 , saturation: 0.98 and the lightness value of f886fe is 0.76.

The process color (four color CMYK) of #f886fe color hex is 0.02, 0.47, 0.00, 0.00. Web safe color of #f886fe is #ff99ff. Color #f886fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000110 11111110
Octal 370 206 376
Decimal 248 134 254
Hex F8 86 FE

RGB Percentages of Color #f886fe

%38.99
%21.07
%39.94

CMYK Percentages of Color #f886fe

%2
%47
%0
%0

Triadic Colors of #f886fe

#f886fe #fef886 #86fef8

Analogous Colors of #f886fe

#f886fe #fe86c8 #bc86fe

Monochromatic Colors of #f886fe

#f886fe

Complementary Color

#f886fe #8cfe86

#f886fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f886fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f886fe Color CSS Codes

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

#f886fe Text Font Color

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

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


#f886fe Background Color

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

This div background color is #f886fe


#f886fe Border Color

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

This div border color is #f886fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f886fe

Related Colors


Comments

No comments written yet.

Please login to write comment.