Color Hex Logo

#f882fc Color Hex

#F882FC
(248,130,252)
0 Favorites   0 Comments

Color spaces of #f882fc

RGB 248130252
HSL0.830.950.75
HSV298°48°99°
CMYK 0.020.480.00   0.01
XYZ64.264742.950096.9985
Yxy42.95000.31470.2103
Hunter Lab65.536260.3483-41.8782
CIE-Lab71.521061.6028-41.5430

#f882fc color RGB value is (248,130,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000010 11111100
Octal 370 202 374
Decimal 248 130 252
Hex F8 82 FC

RGB Percentages of Color #f882fc

%39.37
%20.63
%40.00

CMYK Percentages of Color #f882fc

%2
%48
%0
%1

Triadic Colors of #f882fc

#f882fc #fcf882 #82fcf8

Analogous Colors of #f882fc

#f882fc #fc82c3 #bb82fc

Monochromatic Colors of #f882fc

#f882fc

Complementary Color

#f882fc #86fc82

#f882fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f882fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f882fc Color CSS Codes

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

#f882fc Text Font Color

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

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


#f882fc Background Color

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

This div background color is #f882fc


#f882fc Border Color

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

This div border color is #f882fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f882fc


Comments

No comments written yet.

Please login to write comment.