Color Hex Logo

#f8befa Color Hex

#F8BEFA
(248,190,250)
0 Favorites   0 Comments

Color spaces of #f8befa

RGB 248190250
HSL0.830.860.86
HSV298°24°98°
CMYK 0.010.240.00   0.02
XYZ74.380263.685598.8147
Yxy63.68550.31400.2689
Hunter Lab79.803226.7145-17.5524
CIE-Lab83.801830.5817-21.5630

#f8befa color RGB value is (248,190,250).

#f8befa hex color red value is 248, green value is 190 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f8befa hue: 0.83 , saturation: 0.86 and the lightness value of f8befa is 0.86.

The process color (four color CMYK) of #f8befa color hex is 0.01, 0.24, 0.00, 0.02. Web safe color of #f8befa is #ffccff. Color #f8befa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111110 11111010
Octal 370 276 372
Decimal 248 190 250
Hex F8 BE FA

RGB Percentages of Color #f8befa

%36.05
%27.62
%36.34

CMYK Percentages of Color #f8befa

%1
%24
%0
%2

Triadic Colors of #f8befa

#f8befa #faf8be #befaf8

Analogous Colors of #f8befa

#f8befa #fabede #dabefa

Monochromatic Colors of #f8befa

#f8befa

Complementary Color

#f8befa #c0fabe

#f8befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8befa Color CSS Codes

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

#f8befa Text Font Color

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

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


#f8befa Background Color

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

This div background color is #f8befa


#f8befa Border Color

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

This div border color is #f8befa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,190,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8befa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8befa;
  -webkit-box-shadow: 1px 1px 3px 2px #f8befa;
  box-shadow:         1px 1px 3px 2px #f8befa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,190,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8befa


Comments

No comments written yet.

Please login to write comment.