Color Hex Logo

#f0bcfa Color Hex

#F0BCFA
(240,188,250)
0 Favorites   0 Comments

Color spaces of #f0bcfa

RGB 240188250
HSL0.810.860.86
HSV290°25°98°
CMYK 0.040.250.00   0.02
XYZ71.173761.393898.5414
Yxy61.39380.30800.2656
Hunter Lab78.354225.0222-19.7176
CIE-Lab82.590029.0862-23.4736

#f0bcfa color RGB value is (240,188,250).

#f0bcfa hex color red value is 240, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f0bcfa hue: 0.81 , saturation: 0.86 and the lightness value of f0bcfa is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10111100 11111010
Octal 360 274 372
Decimal 240 188 250
Hex F0 BC FA

RGB Percentages of Color #f0bcfa

%35.40
%27.73
%36.87

CMYK Percentages of Color #f0bcfa

%4
%25
%0
%2

Triadic Colors of #f0bcfa

#f0bcfa #faf0bc #bcfaf0

Analogous Colors of #f0bcfa

#f0bcfa #fabce5 #d1bcfa

Monochromatic Colors of #f0bcfa

#f0bcfa

Complementary Color

#f0bcfa #c6fabc

#f0bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0bcfa Color CSS Codes

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

#f0bcfa Text Font Color

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

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


#f0bcfa Background Color

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

This div background color is #f0bcfa


#f0bcfa Border Color

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

This div border color is #f0bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0bcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.