Color Hex Logo

#f8bdfc Color Hex

#F8BDFC
(248,189,252)
0 Favorites   0 Comments

Color spaces of #f8bdfc

RGB 248189252
HSL0.820.910.86
HSV296°25°99°
CMYK 0.020.250.00   0.01
XYZ74.479763.3799100.4035
Yxy63.37990.31260.2660
Hunter Lab79.611527.6737-19.0466
CIE-Lab83.641931.4762-22.8709

#f8bdfc color RGB value is (248,189,252).

#f8bdfc hex color red value is 248, green value is 189 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f8bdfc hue: 0.82 , saturation: 0.91 and the lightness value of f8bdfc is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111101 11111100
Octal 370 275 374
Decimal 248 189 252
Hex F8 BD FC

RGB Percentages of Color #f8bdfc

%35.99
%27.43
%36.57

CMYK Percentages of Color #f8bdfc

%2
%25
%0
%1

Triadic Colors of #f8bdfc

#f8bdfc #fcf8bd #bdfcf8

Analogous Colors of #f8bdfc

#f8bdfc #fcbde1 #d9bdfc

Monochromatic Colors of #f8bdfc

#f8bdfc

Complementary Color

#f8bdfc #c1fcbd

#f8bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8bdfc Color CSS Codes

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

#f8bdfc Text Font Color

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

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


#f8bdfc Background Color

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

This div background color is #f8bdfc


#f8bdfc Border Color

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

This div border color is #f8bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8bdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.