Color Hex Logo

#f484fc Color Hex

#F484FC
(244,132,252)
0 Favorites   0 Comments

Color spaces of #f484fc

RGB 244132252
HSL0.820.950.75
HSV296°48°99°
CMYK 0.030.480.00   0.01
XYZ63.130242.763997.0224
Yxy42.76390.31110.2107
Hunter Lab65.394157.8807-42.1901
CIE-Lab71.394459.5507-41.7771

#f484fc color RGB value is (244,132,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000100 11111100
Octal 364 204 374
Decimal 244 132 252
Hex F4 84 FC

RGB Percentages of Color #f484fc

%38.85
%21.02
%40.13

CMYK Percentages of Color #f484fc

%3
%48
%0
%1

Triadic Colors of #f484fc

#f484fc #fcf484 #84fcf4

Analogous Colors of #f484fc

#f484fc #fc84c8 #b884fc

Monochromatic Colors of #f484fc

#f484fc

Complementary Color

#f484fc #8cfc84

#f484fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f484fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f484fc Color CSS Codes

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

#f484fc Text Font Color

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

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


#f484fc Background Color

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

This div background color is #f484fc


#f484fc Border Color

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

This div border color is #f484fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f484fc

Related Colors


Comments

No comments written yet.

Please login to write comment.