Color Hex Logo

#f18afa Color Hex

#F18AFA
(241,138,250)
0 Favorites   0 Comments

Color spaces of #f18afa

RGB 241138250
HSL0.820.920.76
HSV295°45°98°
CMYK 0.040.450.00   0.02
XYZ62.619443.779995.5924
Yxy43.77990.31000.2167
Hunter Lab66.166453.1400-39.3414
CIE-Lab72.081155.4110-39.6429

#f18afa color RGB value is (241,138,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001010 11111010
Octal 361 212 372
Decimal 241 138 250
Hex F1 8A FA

RGB Percentages of Color #f18afa

%38.31
%21.94
%39.75

CMYK Percentages of Color #f18afa

%4
%45
%0
%2

Triadic Colors of #f18afa

#f18afa #faf18a #8afaf1

Analogous Colors of #f18afa

#f18afa #fa8acb #b98afa

Monochromatic Colors of #f18afa

#f18afa

Complementary Color

#f18afa #93fa8a

#f18afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18afa Color CSS Codes

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

#f18afa Text Font Color

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

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


#f18afa Background Color

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

This div background color is #f18afa


#f18afa Border Color

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

This div border color is #f18afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18afa


Comments

No comments written yet.

Please login to write comment.