Color Hex Logo

#f115ef Color Hex

#F115EF
(241,21,239)
0 Favorites   0 Comments

Color spaces of #f115ef

RGB 24121239
HSL0.830.890.51
HSV301°91°95°
CMYK 0.000.910.01   0.05
XYZ52.123825.469183.8302
Yxy25.46910.32290.1578
Hunter Lab50.466996.0432-63.1593
CIE-Lab57.529792.3249-56.5308

#f115ef color RGB value is (241,21,239).

#f115ef hex color red value is 241, green value is 21 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f115ef hue: 0.83 , saturation: 0.89 and the lightness value of f115ef is 0.51.

The process color (four color CMYK) of #f115ef color hex is 0.00, 0.91, 0.01, 0.05. Web safe color of #f115ef is #ff00ff. Color #f115ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00010101 11101111
Octal 361 25 357
Decimal 241 21 239
Hex F1 15 EF

RGB Percentages of Color #f115ef

%48.10
%4.19
%47.70

CMYK Percentages of Color #f115ef

%0
%91
%1
%5

Triadic Colors of #f115ef

#f115ef #eff115 #15eff1

Analogous Colors of #f115ef

#f115ef #f11581 #8515f1

Monochromatic Colors of #f115ef

#f115ef

Complementary Color

#f115ef #15f117

#f115ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f115ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f115ef Color CSS Codes

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

#f115ef Text Font Color

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

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


#f115ef Background Color

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

This div background color is #f115ef


#f115ef Border Color

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

This div border color is #f115ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f115ef


Comments

No comments written yet.

Please login to write comment.