Color Hex Logo

#f3bcf9 Color Hex

#F3BCF9
(243,188,249)
0 Favorites   0 Comments

Color spaces of #f3bcf9

RGB 243188249
HSL0.820.840.86
HSV294°24°98°
CMYK 0.020.240.00   0.02
XYZ72.044361.860797.7657
Yxy61.86070.31100.2670
Hunter Lab78.651625.8645-18.6427
CIE-Lab82.839329.8555-22.5348

#f3bcf9 color RGB value is (243,188,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111100 11111001
Octal 363 274 371
Decimal 243 188 249
Hex F3 BC F9

RGB Percentages of Color #f3bcf9

%35.74
%27.65
%36.62

CMYK Percentages of Color #f3bcf9

%2
%24
%0
%2

Triadic Colors of #f3bcf9

#f3bcf9 #f9f3bc #bcf9f3

Analogous Colors of #f3bcf9

#f3bcf9 #f9bce1 #d5bcf9

Monochromatic Colors of #f3bcf9

#f3bcf9

Complementary Color

#f3bcf9 #c2f9bc

#f3bcf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bcf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bcf9 Color CSS Codes

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

#f3bcf9 Text Font Color

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

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


#f3bcf9 Background Color

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

This div background color is #f3bcf9


#f3bcf9 Border Color

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

This div border color is #f3bcf9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,188,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bcf9


Comments

No comments written yet.

Please login to write comment.