Color Hex Logo

#f084fc Color Hex

#F084FC
(240,132,252)
0 Favorites   0 Comments

Color spaces of #f084fc

RGB 240132252
HSL0.820.950.75
HSV294°48°99°
CMYK 0.050.480.00   0.01
XYZ61.757142.056196.9581
Yxy42.05610.30760.2095
Hunter Lab64.850756.4963-43.2489
CIE-Lab70.909658.4545-42.5705

#f084fc color RGB value is (240,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10000100 11111100
Octal 360 204 374
Decimal 240 132 252
Hex F0 84 FC

RGB Percentages of Color #f084fc

%38.46
%21.15
%40.38

CMYK Percentages of Color #f084fc

%5
%48
%0
%1

Triadic Colors of #f084fc

#f084fc #fcf084 #84fcf0

Analogous Colors of #f084fc

#f084fc #fc84cc #b484fc

Monochromatic Colors of #f084fc

#f084fc

Complementary Color

#f084fc #90fc84

#f084fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f084fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f084fc Color CSS Codes

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

#f084fc Text Font Color

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

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


#f084fc Background Color

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

This div background color is #f084fc


#f084fc Border Color

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

This div border color is #f084fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f084fc


Comments

No comments written yet.

Please login to write comment.