Color Hex Logo

#f18efa Color Hex

#F18EFA
(241,142,250)
0 Favorites   0 Comments

Color spaces of #f18efa

RGB 241142250
HSL0.820.920.77
HSV295°43°98°
CMYK 0.040.430.00   0.02
XYZ63.203944.948995.7873
Yxy44.94890.30990.2204
Hunter Lab67.043950.9493-37.7783
CIE-Lab72.858253.4109-38.4331

#f18efa color RGB value is (241,142,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 11111010
Octal 361 216 372
Decimal 241 142 250
Hex F1 8E FA

RGB Percentages of Color #f18efa

%38.07
%22.43
%39.49

CMYK Percentages of Color #f18efa

%4
%43
%0
%2

Triadic Colors of #f18efa

#f18efa #faf18e #8efaf1

Analogous Colors of #f18efa

#f18efa #fa8ecd #bb8efa

Monochromatic Colors of #f18efa

#f18efa

Complementary Color

#f18efa #97fa8e

#f18efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18efa Color CSS Codes

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

#f18efa Text Font Color

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

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


#f18efa Background Color

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

This div background color is #f18efa


#f18efa Border Color

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

This div border color is #f18efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18efa

Related Colors


Comments

No comments written yet.

Please login to write comment.