Color Hex Logo

#f18bee Color Hex

#F18BEE
(241,139,238)
0 Favorites   0 Comments

Color spaces of #f18bee

RGB 241139238
HSL0.840.780.75
HSV302°42°95°
CMYK 0.000.420.01   0.05
XYZ60.940943.339186.0423
Yxy43.33910.32020.2277
Hunter Lab65.832450.0302-31.4087
CIE-Lab71.784552.7669-33.5518

#f18bee color RGB value is (241,139,238).

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

The process color (four color CMYK) of #f18bee color hex is 0.00, 0.42, 0.01, 0.05. Web safe color of #f18bee is #ff99ff. Color #f18bee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10001011 11101110
Octal 361 213 356
Decimal 241 139 238
Hex F1 8B EE

RGB Percentages of Color #f18bee

%39.00
%22.49
%38.51

CMYK Percentages of Color #f18bee

%0
%42
%1
%5

Triadic Colors of #f18bee

#f18bee #eef18b #8beef1

Analogous Colors of #f18bee

#f18bee #f18bbb #c18bf1

Monochromatic Colors of #f18bee

#f18bee

Complementary Color

#f18bee #8bf18e

#f18bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f18bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f18bee Color CSS Codes

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

#f18bee Text Font Color

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

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


#f18bee Background Color

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

This div background color is #f18bee


#f18bee Border Color

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

This div border color is #f18bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f18bee


Comments

No comments written yet.

Please login to write comment.