Color Hex Logo

#f18eeb Color Hex

#F18EEB
(241,142,235)
0 Favorites   0 Comments

Color spaces of #f18eeb

RGB 241142235
HSL0.840.780.75
HSV304°41°95°
CMYK 0.000.410.02   0.05
XYZ60.944044.044983.8867
Yxy44.04490.32270.2332
Hunter Lab66.366347.7749-28.4858
CIE-Lab72.258550.7312-31.1774

#f18eeb color RGB value is (241,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001110 11101011
Octal 361 216 353
Decimal 241 142 235
Hex F1 8E EB

RGB Percentages of Color #f18eeb

%39.00
%22.98
%38.03

CMYK Percentages of Color #f18eeb

%0
%41
%2
%5

Triadic Colors of #f18eeb

#f18eeb #ebf18e #8eebf1

Analogous Colors of #f18eeb

#f18eeb #f18eba #c68ef1

Monochromatic Colors of #f18eeb

#f18eeb

Complementary Color

#f18eeb #8ef194

#f18eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18eeb Color CSS Codes

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

#f18eeb Text Font Color

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

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


#f18eeb Background Color

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

This div background color is #f18eeb


#f18eeb Border Color

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

This div border color is #f18eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18eeb


Comments

No comments written yet.

Please login to write comment.