Color Hex Logo

#f87ffc Color Hex

#F87FFC
(248,127,252)
0 Favorites   0 Comments

Color spaces of #f87ffc

RGB 248127252
HSL0.830.950.74
HSV298°50°99°
CMYK 0.020.500.00   0.01
XYZ63.871542.163596.8674
Yxy42.16350.31480.2078
Hunter Lab64.933461.9473-42.9952
CIE-Lab70.983563.0228-42.3830

#f87ffc color RGB value is (248,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111111 11111100
Octal 370 177 374
Decimal 248 127 252
Hex F8 7F FC

RGB Percentages of Color #f87ffc

%39.55
%20.26
%40.19

CMYK Percentages of Color #f87ffc

%2
%50
%0
%1

Triadic Colors of #f87ffc

#f87ffc #fcf87f #7ffcf8

Analogous Colors of #f87ffc

#f87ffc #fc7fc2 #ba7ffc

Monochromatic Colors of #f87ffc

#f87ffc

Complementary Color

#f87ffc #83fc7f

#f87ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87ffc Color CSS Codes

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

#f87ffc Text Font Color

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

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


#f87ffc Background Color

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

This div background color is #f87ffc


#f87ffc Border Color

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

This div border color is #f87ffc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,127,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f87ffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.