Color Hex Logo

#f18ffa Color Hex

#F18FFA
(241,143,250)
0 Favorites   0 Comments

Color spaces of #f18ffa

RGB 241143250
HSL0.820.910.77
HSV295°43°98°
CMYK 0.040.430.00   0.02
XYZ63.353445.247895.8371
Yxy45.24780.30990.2213
Hunter Lab67.266550.3998-37.3862
CIE-Lab73.054852.9076-38.1275

#f18ffa color RGB value is (241,143,250).

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

The process color (four color CMYK) of #f18ffa color hex is 0.04, 0.43, 0.00, 0.02. Web safe color of #f18ffa is #ff99ff. Color #f18ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11111010
Octal 361 217 372
Decimal 241 143 250
Hex F1 8F FA

RGB Percentages of Color #f18ffa

%38.01
%22.56
%39.43

CMYK Percentages of Color #f18ffa

%4
%43
%0
%2

Triadic Colors of #f18ffa

#f18ffa #faf18f #8ffaf1

Analogous Colors of #f18ffa

#f18ffa #fa8fce #bc8ffa

Monochromatic Colors of #f18ffa

#f18ffa

Complementary Color

#f18ffa #98fa8f

#f18ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18ffa Color CSS Codes

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

#f18ffa Text Font Color

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

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


#f18ffa Background Color

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

This div background color is #f18ffa


#f18ffa Border Color

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

This div border color is #f18ffa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,143,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18ffa


Comments

No comments written yet.

Please login to write comment.