Color Hex Logo

#f19efa Color Hex

#F19EFA
(241,158,250)
0 Favorites   0 Comments

Color spaces of #f19efa

RGB 241158250
HSL0.820.900.80
HSV294°37°98°
CMYK 0.040.370.00   0.02
XYZ65.757850.056696.6386
Yxy50.05660.30950.2356
Hunter Lab70.750742.0895-31.4589
CIE-Lab76.104045.2213-33.4030

#f19efa color RGB value is (241,158,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10011110 11111010
Octal 361 236 372
Decimal 241 158 250
Hex F1 9E FA

RGB Percentages of Color #f19efa

%37.13
%24.35
%38.52

CMYK Percentages of Color #f19efa

%4
%37
%0
%2

Triadic Colors of #f19efa

#f19efa #faf19e #9efaf1

Analogous Colors of #f19efa

#f19efa #fa9ed5 #c39efa

Monochromatic Colors of #f19efa

#f19efa

Complementary Color

#f19efa #a7fa9e

#f19efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f19efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f19efa Color CSS Codes

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

#f19efa Text Font Color

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

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


#f19efa Background Color

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

This div background color is #f19efa


#f19efa Border Color

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

This div border color is #f19efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f19efa


Comments

No comments written yet.

Please login to write comment.