Color Hex Logo

#f4bcfa Color Hex

#F4BCFA
(244,188,250)
0 Favorites   0 Comments

Color spaces of #f4bcfa

RGB 244188250
HSL0.820.860.86
HSV294°25°98°
CMYK 0.020.250.00   0.02
XYZ72.546862.101798.6057
Yxy62.10170.31100.2662
Hunter Lab78.804626.4173-19.0244
CIE-Lab82.967530.3604-22.8648

#f4bcfa color RGB value is (244,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111100 11111010
Octal 364 274 372
Decimal 244 188 250
Hex F4 BC FA

RGB Percentages of Color #f4bcfa

%35.78
%27.57
%36.66

CMYK Percentages of Color #f4bcfa

%2
%25
%0
%2

Triadic Colors of #f4bcfa

#f4bcfa #faf4bc #bcfaf4

Analogous Colors of #f4bcfa

#f4bcfa #fabce1 #d5bcfa

Monochromatic Colors of #f4bcfa

#f4bcfa

Complementary Color

#f4bcfa #c2fabc

#f4bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4bcfa Color CSS Codes

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

#f4bcfa Text Font Color

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

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


#f4bcfa Background Color

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

This div background color is #f4bcfa


#f4bcfa Border Color

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

This div border color is #f4bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4bcfa

#f4bcfa Color Palettes


Comments

No comments written yet.

Please login to write comment.