Color Hex Logo

#f18ece Color Hex

#F18ECE
(241,142,206)
0 Favorites   0 Comments

Color spaces of #f18ece

RGB 241142206
HSL0.890.780.75
HSV321°41°95°
CMYK 0.000.410.15   0.05
XYZ57.089242.503063.5875
Yxy42.50300.34990.2605
Hunter Lab65.194342.2184-12.1927
CIE-Lab71.216345.9341-16.8004

#f18ece color RGB value is (241,142,206).

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

The process color (four color CMYK) of #f18ece color hex is 0.00, 0.41, 0.15, 0.05. Web safe color of #f18ece is #ff99cc. Color #f18ece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 11001110
Octal 361 216 316
Decimal 241 142 206
Hex F1 8E CE

RGB Percentages of Color #f18ece

%40.92
%24.11
%34.97

CMYK Percentages of Color #f18ece

%0
%41
%15
%5

Triadic Colors of #f18ece

#f18ece #cef18e #8ecef1

Analogous Colors of #f18ece

#f18ece #f18e9d #e38ef1

Monochromatic Colors of #f18ece

#f18ece

Complementary Color

#f18ece #8ef1b1

#f18ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18ece Color CSS Codes

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

#f18ece Text Font Color

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

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


#f18ece Background Color

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

This div background color is #f18ece


#f18ece Border Color

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

This div border color is #f18ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18ece


Comments

No comments written yet.

Please login to write comment.