Color Hex Logo

#f09cfc Color Hex

#F09CFC
(240,156,252)
0 Favorites   0 Comments

Color spaces of #f09cfc

RGB 240156252
HSL0.810.940.80
HSV293°38°99°
CMYK 0.050.380.00   0.01
XYZ65.394349.330598.1705
Yxy49.33050.30720.2317
Hunter Lab70.235743.2835-33.7064
CIE-Lab75.656546.3339-35.1849

#f09cfc color RGB value is (240,156,252).

#f09cfc hex color red value is 240, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f09cfc hue: 0.81 , saturation: 0.94 and the lightness value of f09cfc is 0.80.

The process color (four color CMYK) of #f09cfc color hex is 0.05, 0.38, 0.00, 0.01. Web safe color of #f09cfc is #ff99ff. Color #f09cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10011100 11111100
Octal 360 234 374
Decimal 240 156 252
Hex F0 9C FC

RGB Percentages of Color #f09cfc

%37.04
%24.07
%38.89

CMYK Percentages of Color #f09cfc

%5
%38
%0
%1

Triadic Colors of #f09cfc

#f09cfc #fcf09c #9cfcf0

Analogous Colors of #f09cfc

#f09cfc #fc9cd8 #c09cfc

Monochromatic Colors of #f09cfc

#f09cfc

Complementary Color

#f09cfc #a8fc9c

#f09cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09cfc Color CSS Codes

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

#f09cfc Text Font Color

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

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


#f09cfc Background Color

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

This div background color is #f09cfc


#f09cfc Border Color

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

This div border color is #f09cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09cfc


Comments

No comments written yet.

Please login to write comment.