Color Hex Logo

#f08bee Color Hex

#F08BEE
(240,139,238)
0 Favorites   0 Comments

Color spaces of #f08bee

RGB 240139238
HSL0.840.770.74
HSV301°42°94°
CMYK 0.000.420.01   0.06
XYZ60.600443.163586.0263
Yxy43.16350.31930.2274
Hunter Lab65.698949.6745-31.6452
CIE-Lab71.665852.4741-33.7450

#f08bee color RGB value is (240,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10001011 11101110
Octal 360 213 356
Decimal 240 139 238
Hex F0 8B EE

RGB Percentages of Color #f08bee

%38.90
%22.53
%38.57

CMYK Percentages of Color #f08bee

%0
%42
%1
%6

Triadic Colors of #f08bee

#f08bee #eef08b #8beef0

Analogous Colors of #f08bee

#f08bee #f08bbc #c08bf0

Monochromatic Colors of #f08bee

#f08bee

Complementary Color

#f08bee #8bf08d

#f08bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f08bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f08bee Color CSS Codes

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

#f08bee Text Font Color

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

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


#f08bee Background Color

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

This div background color is #f08bee


#f08bee Border Color

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

This div border color is #f08bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f08bee


Comments

No comments written yet.

Please login to write comment.