Color Hex Logo

#f87ffe Color Hex

#F87FFE
(248,127,254)
0 Favorites   0 Comments

Color spaces of #f87ffe

RGB 248127254
HSL0.830.980.75
HSV297°50°100°
CMYK 0.020.500.00   0.00
XYZ64.190242.291098.5457
Yxy42.29100.31310.2063
Hunter Lab65.031562.3855-44.3232
CIE-Lab71.071163.3725-43.3365

#f87ffe color RGB value is (248,127,254).

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

The process color (four color CMYK) of #f87ffe color hex is 0.02, 0.50, 0.00, 0.00. Web safe color of #f87ffe is #ff66ff. Color #f87ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111111 11111110
Octal 370 177 376
Decimal 248 127 254
Hex F8 7F FE

RGB Percentages of Color #f87ffe

%39.43
%20.19
%40.38

CMYK Percentages of Color #f87ffe

%2
%50
%0
%0

Triadic Colors of #f87ffe

#f87ffe #fef87f #7ffef8

Analogous Colors of #f87ffe

#f87ffe #fe7fc5 #b97ffe

Monochromatic Colors of #f87ffe

#f87ffe

Complementary Color

#f87ffe #85fe7f

#f87ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87ffe Color CSS Codes

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

#f87ffe Text Font Color

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

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


#f87ffe Background Color

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

This div background color is #f87ffe


#f87ffe Border Color

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

This div border color is #f87ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87ffe


Comments

No comments written yet.

Please login to write comment.