Color Hex Logo

#f3bafa Color Hex

#F3BAFA
(243,186,250)
0 Favorites   0 Comments

Color spaces of #f3bafa

RGB 243186250
HSL0.820.860.85
HSV293°26°98°
CMYK 0.030.260.00   0.02
XYZ71.776461.074698.4480
Yxy61.07460.31030.2641
Hunter Lab78.150227.1788-19.9841
CIE-Lab82.418831.1020-23.7075

#f3bafa color RGB value is (243,186,250).

#f3bafa hex color red value is 243, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f3bafa hue: 0.82 , saturation: 0.86 and the lightness value of f3bafa is 0.85.

The process color (four color CMYK) of #f3bafa color hex is 0.03, 0.26, 0.00, 0.02. Web safe color of #f3bafa is #ffccff. Color #f3bafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111010 11111010
Octal 363 272 372
Decimal 243 186 250
Hex F3 BA FA

RGB Percentages of Color #f3bafa

%35.79
%27.39
%36.82

CMYK Percentages of Color #f3bafa

%3
%26
%0
%2

Triadic Colors of #f3bafa

#f3bafa #faf3ba #bafaf3

Analogous Colors of #f3bafa

#f3bafa #fabae1 #d3bafa

Monochromatic Colors of #f3bafa

#f3bafa

Complementary Color

#f3bafa #c1faba

#f3bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bafa Color CSS Codes

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

#f3bafa Text Font Color

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

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


#f3bafa Background Color

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

This div background color is #f3bafa


#f3bafa Border Color

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

This div border color is #f3bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bafa


Comments

No comments written yet.

Please login to write comment.