Color Hex Logo

#f108ef Color Hex

#F108EF
(241,8,239)
0 Favorites   0 Comments

Color spaces of #f108ef

RGB 2418239
HSL0.830.940.49
HSV301°97°95°
CMYK 0.000.970.01   0.05
XYZ51.942425.106483.7697
Yxy25.10640.32300.1561
Hunter Lab50.106397.3550-64.0490
CIE-Lab57.178993.3613-57.0914

#f108ef color RGB value is (241,8,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00001000 11101111
Octal 361 10 357
Decimal 241 8 239
Hex F1 8 EF

RGB Percentages of Color #f108ef

%49.39
%1.64
%48.98

CMYK Percentages of Color #f108ef

%0
%97
%1
%5

Triadic Colors of #f108ef

#f108ef #eff108 #08eff1

Analogous Colors of #f108ef

#f108ef #f1087b #7f08f1

Monochromatic Colors of #f108ef

#f108ef

Complementary Color

#f108ef #08f10a

#f108ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f108ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f108ef Color CSS Codes

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

#f108ef Text Font Color

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

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


#f108ef Background Color

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

This div background color is #f108ef


#f108ef Border Color

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

This div border color is #f108ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f108ef


Comments

No comments written yet.

Please login to write comment.