Color Hex Logo

#f1bdfc Color Hex

#F1BDFC
(241,189,252)
0 Favorites   0 Comments

Color spaces of #f1bdfc

RGB 241189252
HSL0.800.910.86
HSV290°25°99°
CMYK 0.040.250.00   0.01
XYZ72.043962.1242100.2895
Yxy62.12420.30730.2650
Hunter Lab78.818925.2237-20.2676
CIE-Lab82.979429.2506-23.9394

#f1bdfc color RGB value is (241,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10111101 11111100
Octal 361 275 374
Decimal 241 189 252
Hex F1 BD FC

RGB Percentages of Color #f1bdfc

%35.34
%27.71
%36.95

CMYK Percentages of Color #f1bdfc

%4
%25
%0
%1

Triadic Colors of #f1bdfc

#f1bdfc #fcf1bd #bdfcf1

Analogous Colors of #f1bdfc

#f1bdfc #fcbde8 #d2bdfc

Monochromatic Colors of #f1bdfc

#f1bdfc

Complementary Color

#f1bdfc #c8fcbd

#f1bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1bdfc Color CSS Codes

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

#f1bdfc Text Font Color

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

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


#f1bdfc Background Color

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

This div background color is #f1bdfc


#f1bdfc Border Color

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

This div border color is #f1bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1bdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.