Color Hex Logo

#f18bfc Color Hex

#F18BFC
(241,139,252)
0 Favorites   0 Comments

Color spaces of #f18bfc

RGB 241139252
HSL0.820.950.77
HSV294°45°99°
CMYK 0.040.450.00   0.01
XYZ63.078944.194397.3012
Yxy44.19430.30830.2160
Hunter Lab66.478853.0332-40.2442
CIE-Lab72.358255.2784-40.2996

#f18bfc color RGB value is (241,139,252).

#f18bfc hex color red value is 241, green value is 139 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f18bfc hue: 0.82 , saturation: 0.95 and the lightness value of f18bfc is 0.77.

The process color (four color CMYK) of #f18bfc color hex is 0.04, 0.45, 0.00, 0.01. Web safe color of #f18bfc is #ff99ff. Color #f18bfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001011 11111100
Octal 361 213 374
Decimal 241 139 252
Hex F1 8B FC

RGB Percentages of Color #f18bfc

%38.13
%21.99
%39.87

CMYK Percentages of Color #f18bfc

%4
%45
%0
%1

Triadic Colors of #f18bfc

#f18bfc #fcf18b #8bfcf1

Analogous Colors of #f18bfc

#f18bfc #fc8bcf #b98bfc

Monochromatic Colors of #f18bfc

#f18bfc

Complementary Color

#f18bfc #96fc8b

#f18bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18bfc Color CSS Codes

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

#f18bfc Text Font Color

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

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


#f18bfc Background Color

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

This div background color is #f18bfc


#f18bfc Border Color

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

This div border color is #f18bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18bfc


Comments

No comments written yet.

Please login to write comment.