Color Hex Logo

#f090fc Color Hex

#F090FC
(240,144,252)
0 Favorites   0 Comments

Color spaces of #f090fc

RGB 240144252
HSL0.810.950.78
HSV293°43°99°
CMYK 0.050.430.00   0.01
XYZ63.479145.500197.5321
Yxy45.50010.30740.2203
Hunter Lab67.453849.9379-38.5104
CIE-Lab73.220052.4841-38.9660

#f090fc color RGB value is (240,144,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 11111100
Octal 360 220 374
Decimal 240 144 252
Hex F0 90 FC

RGB Percentages of Color #f090fc

%37.74
%22.64
%39.62

CMYK Percentages of Color #f090fc

%5
%43
%0
%1

Triadic Colors of #f090fc

#f090fc #fcf090 #90fcf0

Analogous Colors of #f090fc

#f090fc #fc90d2 #ba90fc

Monochromatic Colors of #f090fc

#f090fc

Complementary Color

#f090fc #9cfc90

#f090fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f090fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f090fc Color CSS Codes

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

#f090fc Text Font Color

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

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


#f090fc Background Color

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

This div background color is #f090fc


#f090fc Border Color

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

This div border color is #f090fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f090fc


Comments

No comments written yet.

Please login to write comment.