Color Hex Logo

#f8bffd Color Hex

#F8BFFD
(248,191,253)
0 Favorites   0 Comments

Color spaces of #f8bffd

RGB 248191253
HSL0.820.940.87
HSV295°25°99°
CMYK 0.020.250.00   0.01
XYZ75.071864.3099101.3848
Yxy64.30990.31180.2671
Hunter Lab80.193526.7613-18.8221
CIE-Lab84.126930.6040-22.6669

#f8bffd color RGB value is (248,191,253).

#f8bffd hex color red value is 248, green value is 191 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f8bffd hue: 0.82 , saturation: 0.94 and the lightness value of f8bffd is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111111 11111101
Octal 370 277 375
Decimal 248 191 253
Hex F8 BF FD

RGB Percentages of Color #f8bffd

%35.84
%27.60
%36.56

CMYK Percentages of Color #f8bffd

%2
%25
%0
%1

Triadic Colors of #f8bffd

#f8bffd #fdf8bf #bffdf8

Analogous Colors of #f8bffd

#f8bffd #fdbfe3 #d9bffd

Monochromatic Colors of #f8bffd

#f8bffd

Complementary Color

#f8bffd #c4fdbf

#f8bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bffd Color CSS Codes

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

#f8bffd Text Font Color

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

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


#f8bffd Background Color

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

This div background color is #f8bffd


#f8bffd Border Color

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

This div border color is #f8bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bffd

Related Colors


Comments

No comments written yet.

Please login to write comment.