Color Hex Logo

#f15efa Color Hex

#F15EFA
(241,94,250)
0 Favorites   0 Comments

Color spaces of #f15efa

RGB 24194250
HSL0.820.940.67
HSV297°62°98°
CMYK 0.040.620.00   0.02
XYZ57.533733.608393.8972
Yxy33.60830.31090.1816
Hunter Lab57.972775.6962-55.4500
CIE-Lab64.650575.3274-51.3156

#f15efa color RGB value is (241,94,250).

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

The process color (four color CMYK) of #f15efa color hex is 0.04, 0.62, 0.00, 0.02. Web safe color of #f15efa is #ff66ff. Color #f15efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011110 11111010
Octal 361 136 372
Decimal 241 94 250
Hex F1 5E FA

RGB Percentages of Color #f15efa

%41.20
%16.07
%42.74

CMYK Percentages of Color #f15efa

%4
%62
%0
%2

Triadic Colors of #f15efa

#f15efa #faf15e #5efaf1

Analogous Colors of #f15efa

#f15efa #fa5eb5 #a35efa

Monochromatic Colors of #f15efa

#f15efa

Complementary Color

#f15efa #67fa5e

#f15efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15efa Color CSS Codes

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

#f15efa Text Font Color

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

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


#f15efa Background Color

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

This div background color is #f15efa


#f15efa Border Color

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

This div border color is #f15efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15efa

Related Colors


Comments

No comments written yet.

Please login to write comment.