Color Hex Logo

#f875fb Color Hex

#F875FB
(248,117,251)
0 Favorites   0 Comments

Color spaces of #f875fb

RGB 248117251
HSL0.830.940.72
HSV299°53°98°
CMYK 0.010.530.00   0.02
XYZ62.485339.644195.6255
Yxy39.64410.31600.2005
Hunter Lab62.963666.9579-45.9718
CIE-Lab69.215367.4530-44.6061

#f875fb color RGB value is (248,117,251).

#f875fb hex color red value is 248, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f875fb hue: 0.83 , saturation: 0.94 and the lightness value of f875fb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110101 11111011
Octal 370 165 373
Decimal 248 117 251
Hex F8 75 FB

RGB Percentages of Color #f875fb

%40.26
%18.99
%40.75

CMYK Percentages of Color #f875fb

%1
%53
%0
%2

Triadic Colors of #f875fb

#f875fb #fbf875 #75fbf8

Analogous Colors of #f875fb

#f875fb #fb75bb #b575fb

Monochromatic Colors of #f875fb

#f875fb

Complementary Color

#f875fb #78fb75

#f875fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f875fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f875fb Color CSS Codes

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

#f875fb Text Font Color

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

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


#f875fb Background Color

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

This div background color is #f875fb


#f875fb Border Color

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

This div border color is #f875fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f875fb


Comments

No comments written yet.

Please login to write comment.