Color Hex Logo

#f9bdfc Color Hex

#F9BDFC
(249,189,252)
0 Favorites   0 Comments

Color spaces of #f9bdfc

RGB 249189252
HSL0.830.910.86
HSV297°25°99°
CMYK 0.010.250.00   0.01
XYZ74.835263.5632100.4201
Yxy63.56320.31340.2662
Hunter Lab79.726528.0273-18.8706
CIE-Lab83.737831.7948-22.7162

#f9bdfc color RGB value is (249,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10111101 11111100
Octal 371 275 374
Decimal 249 189 252
Hex F9 BD FC

RGB Percentages of Color #f9bdfc

%36.09
%27.39
%36.52

CMYK Percentages of Color #f9bdfc

%1
%25
%0
%1

Triadic Colors of #f9bdfc

#f9bdfc #fcf9bd #bdfcf9

Analogous Colors of #f9bdfc

#f9bdfc #fcbde0 #dabdfc

Monochromatic Colors of #f9bdfc

#f9bdfc

Complementary Color

#f9bdfc #c0fcbd

#f9bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9bdfc Color CSS Codes

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

#f9bdfc Text Font Color

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

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


#f9bdfc Background Color

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

This div background color is #f9bdfc


#f9bdfc Border Color

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

This div border color is #f9bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9bdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.