Color Hex Logo

#f18fec Color Hex

#F18FEC
(241,143,236)
0 Favorites   0 Comments

Color spaces of #f18fec

RGB 241143236
HSL0.840.780.75
HSV303°41°95°
CMYK 0.000.410.02   0.05
XYZ61.238444.401884.6997
Yxy44.40180.32170.2333
Hunter Lab66.634747.4339-28.7196
CIE-Lab72.496250.3996-31.3579

#f18fec color RGB value is (241,143,236).

#f18fec hex color red value is 241, green value is 143 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f18fec hue: 0.84 , saturation: 0.78 and the lightness value of f18fec is 0.75.

The process color (four color CMYK) of #f18fec color hex is 0.00, 0.41, 0.02, 0.05. Web safe color of #f18fec is #ff99ff. Color #f18fec contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001111 11101100
Octal 361 217 354
Decimal 241 143 236
Hex F1 8F EC

RGB Percentages of Color #f18fec

%38.87
%23.06
%38.06

CMYK Percentages of Color #f18fec

%0
%41
%2
%5

Triadic Colors of #f18fec

#f18fec #ecf18f #8fecf1

Analogous Colors of #f18fec

#f18fec #f18fbb #c58ff1

Monochromatic Colors of #f18fec

#f18fec

Complementary Color

#f18fec #8ff194

#f18fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18fec Color CSS Codes

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

#f18fec Text Font Color

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

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


#f18fec Background Color

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

This div background color is #f18fec


#f18fec Border Color

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

This div border color is #f18fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18fec


Comments

No comments written yet.

Please login to write comment.